org.ungoverned.oscar.installer.artifact
Class URLJarArtifact

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

public class URLJarArtifact
extends AbstractJarArtifact


Field Summary
 
Fields inherited from class org.ungoverned.oscar.installer.artifact.AbstractArtifact
s_buffer
 
Constructor Summary
URLJarArtifact(StringProperty sourceName)
           
URLJarArtifact(StringProperty sourceName, StringProperty destDir)
           
URLJarArtifact(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

URLJarArtifact

public URLJarArtifact(StringProperty sourceName)

URLJarArtifact

public URLJarArtifact(StringProperty sourceName,
                      StringProperty destDir)

URLJarArtifact

public URLJarArtifact(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()