|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.client.jar.JarToSrampArchive
public class JarToSrampArchive
Class that converts a JAR into an S-RAMP archive. This class performs the following tasks:
| Constructor Summary | |
|---|---|
JarToSrampArchive(File jar)
Constructor. |
|
JarToSrampArchive(InputStream jarStream)
Constructor from JAR input stream. |
|
| Method Summary | |
|---|---|
void |
close()
This object should be closed once we're done with it. |
static void |
closeQuietly(JarToSrampArchive j2sramp)
|
SrampArchive |
createSrampArchive()
Creates an S-RAMP archive from this JAR. |
void |
setArtifactFilter(ArtifactFilter artifactFilter)
|
void |
setMetaDataFactory(MetaDataFactory metaDataFactory)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarToSrampArchive(File jar)
throws JarToSrampArchiveException
jar -
JarToSrampArchiveException
public JarToSrampArchive(InputStream jarStream)
throws JarToSrampArchiveException
InputStream.
jarStream -
JarToSrampArchiveException| Method Detail |
|---|
public SrampArchive createSrampArchive()
throws JarToSrampArchiveException
JarToSrampArchiveException
public void close()
throws IOException
IOExceptionpublic void setArtifactFilter(ArtifactFilter artifactFilter)
artifactFilter - the artifactFilter to setpublic void setMetaDataFactory(MetaDataFactory metaDataFactory)
metaDataFactory - the metaDataFactory to setpublic static void closeQuietly(JarToSrampArchive j2sramp)
j2sramp -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||