public interface Package
| Modifier and Type | Method and Description |
|---|---|
void |
addEffectivePomFile(Path file,
Path jppGroupId,
Path jppArtifactId) |
void |
addJarFile(Path file,
Path baseName,
Collection<Path> symlinks) |
void |
addPomFile(Path file,
Path jppGroupId,
Path jppArtifactId) |
void |
createDepmaps(String groupId,
String artifactId,
String version,
Path jppGroup,
Path jppName,
PackagingRule rule) |
FragmentFile |
getMetadata() |
FragmentFile getMetadata()
void addPomFile(Path file, Path jppGroupId, Path jppArtifactId) throws IOException
IOExceptionvoid addEffectivePomFile(Path file, Path jppGroupId, Path jppArtifactId) throws IOException
IOExceptionvoid createDepmaps(String groupId, String artifactId, String version, Path jppGroup, Path jppName, PackagingRule rule) throws IOException
IOExceptionvoid addJarFile(Path file, Path baseName, Collection<Path> symlinks) throws IOException
IOExceptionCopyright © 2012-2013 Red Hat, Inc.. All Rights Reserved.