Package org.eclipse.tycho.extras.pack200
Class ForkedPack200Wrapper
- java.lang.Object
-
- org.eclipse.tycho.extras.pack200.Pack200Wrapper
-
- org.eclipse.tycho.extras.pack200.ForkedPack200Wrapper
-
public class ForkedPack200Wrapper extends Pack200Wrapper
Executes pack200 pack/unpack in external JVM
-
-
Field Summary
-
Fields inherited from class org.eclipse.tycho.extras.pack200.Pack200Wrapper
COMMAND_PACK, COMMAND_UNPACK
-
-
Constructor Summary
Constructors Constructor Description ForkedPack200Wrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File jar, File pack)
void
unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File packFile, File jarFile)
-
Methods inherited from class org.eclipse.tycho.extras.pack200.Pack200Wrapper
main, unpack
-
-
-
-
Method Detail
-
pack
public void pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File jar, File pack) throws IOException
- Overrides:
pack
in classPack200Wrapper
- Throws:
IOException
-
unpack
public void unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File packFile, File jarFile) throws IOException
- Overrides:
unpack
in classPack200Wrapper
- Throws:
IOException
-
-