class ModuleFileSets
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
ModuleFileSets.ExposingZipFileSet |
Modifier and Type | Field and Description |
---|---|
private boolean |
keepGenerated |
private JwsModule |
module |
Constructor and Description |
---|
ModuleFileSets(JwsModule module,
boolean keepGenerated) |
Modifier and Type | Method and Description |
---|---|
private org.apache.tools.ant.types.ZipFileSet |
buildArtifactSet() |
private org.apache.tools.ant.types.ZipFileSet |
buildClassesSet() |
private org.apache.tools.ant.types.ZipFileSet |
buildZipSet(java.lang.String pattern) |
(package private) java.util.List<org.apache.tools.ant.types.ZipFileSet> |
getZipFileSets() |
private final JwsModule module
private final boolean keepGenerated
public ModuleFileSets(JwsModule module, boolean keepGenerated)
private org.apache.tools.ant.types.ZipFileSet buildZipSet(java.lang.String pattern)
private org.apache.tools.ant.types.ZipFileSet buildClassesSet()
private org.apache.tools.ant.types.ZipFileSet buildArtifactSet()
java.util.List<org.apache.tools.ant.types.ZipFileSet> getZipFileSets()