org.ungoverned.oscar.installer.artifact
Class ResourceJarArtifact

java.lang.Object
  extended byorg.ungoverned.oscar.installer.artifact.AbstractArtifact
      extended byorg.ungoverned.oscar.installer.artifact.AbstractJarArtifact
          extended byorg.ungoverned.oscar.installer.artifact.ResourceJarArtifact
All Implemented Interfaces:
Artifact

public class ResourceJarArtifact
extends AbstractJarArtifact


Field Summary
 
Fields inherited from class org.ungoverned.oscar.installer.artifact.AbstractArtifact
s_buffer
 
Constructor Summary
ResourceJarArtifact(StringProperty sourceName)
           
ResourceJarArtifact(StringProperty sourceName, StringProperty destDir)
           
ResourceJarArtifact(StringProperty sourceName, StringProperty destDir, boolean localize)
           
 
Method Summary
 java.io.InputStream getInputStream(Status status)
           
 java.lang.String toString()
           
 
Methods inherited from class org.ungoverned.oscar.installer.artifact.AbstractJarArtifact
process, unjar
 
Methods inherited from class org.ungoverned.oscar.installer.artifact.AbstractArtifact
copy, copyAndLocalize, getDestinationDirectory, getPath, getPathHead, getSourceName, localize, readParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceJarArtifact

public ResourceJarArtifact(StringProperty sourceName)

ResourceJarArtifact

public ResourceJarArtifact(StringProperty sourceName,
                           StringProperty destDir)

ResourceJarArtifact

public ResourceJarArtifact(StringProperty sourceName,
                           StringProperty destDir,
                           boolean localize)
Method Detail

getInputStream

public java.io.InputStream getInputStream(Status status)
                                   throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()