@Component(role=Pack200Archiver.class) public class Pack200Archiver extends Object
| Constructor and Description |
|---|
Pack200Archiver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertSupportedEclipseInf(EclipseInf eclipseInf) |
boolean |
normalize(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
File file,
File packFile,
boolean fork) |
boolean |
pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
File file,
File packFile,
boolean fork) |
void |
unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
File packFile,
File jarFile,
boolean fork) |
public boolean normalize(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File file, File packFile, boolean fork) throws IOException
file - source jar filepackFile - target pack filetrue if the target pack file was created, false if the
target file was not createdIOExceptionprotected void assertSupportedEclipseInf(EclipseInf eclipseInf) throws IOException
IOExceptionpublic void unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File packFile, File jarFile, boolean fork) throws IOException
IOExceptionpublic boolean pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File file, File packFile, boolean fork) throws IOException
IOExceptionCopyright © 2010–2025 Eclipse Foundation. All rights reserved.