Package org.eclipse.tycho.extras.pack200
Class Pack200Wrapper
- java.lang.Object
-
- org.eclipse.tycho.extras.pack200.Pack200Wrapper
-
- Direct Known Subclasses:
ForkedPack200Wrapper
public class Pack200Wrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMMAND_PACK
static String
COMMAND_UNPACK
-
Constructor Summary
Constructors Constructor Description Pack200Wrapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File jar, File pack)
protected void
unpack(File packFile, File jarFile)
void
unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File packFile, File jarFile)
-
-
-
Field Detail
-
COMMAND_PACK
public static final String COMMAND_PACK
- See Also:
- Constant Field Values
-
COMMAND_UNPACK
public static final String COMMAND_UNPACK
- See Also:
- Constant Field Values
-
-
Method Detail
-
pack
public void pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File jar, File pack) throws IOException
- Throws:
IOException
-
unpack
public void unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File packFile, File jarFile) throws IOException
- Throws:
IOException
-
unpack
protected void unpack(File packFile, File jarFile) throws IOException, FileNotFoundException
- Throws:
IOException
FileNotFoundException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-