Package com.yworks.yguard.ant
Class PackageSection
- java.lang.Object
-
- com.yworks.yguard.ant.PackageSection
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanallowMatchAllPatternSetThe Allow match all pattern set.protected java.util.ListpatternSetsThe Pattern sets.
-
Constructor Summary
Constructors Constructor Description PackageSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConfiguredPatternSet(org.apache.tools.ant.types.PatternSet ps)Add configured pattern set.voidaddEntries(java.util.Collection entries, org.apache.tools.ant.types.ZipFileSet zf)Add entries.voidaddMapEntries(java.util.Collection entries)Add map entries.voidsetMap(java.lang.String mapTo)Sets map.voidsetName(java.lang.String name)Sets name.
-
-
-
Method Detail
-
addConfiguredPatternSet
public void addConfiguredPatternSet(org.apache.tools.ant.types.PatternSet ps)
Add configured pattern set.- Parameters:
ps- the ps
-
setName
public void setName(java.lang.String name)
Sets name.- Parameters:
name- the name
-
addEntries
public void addEntries(java.util.Collection entries, org.apache.tools.ant.types.ZipFileSet zf) throws java.io.IOExceptionAdd entries.- Parameters:
entries- the entrieszf- the zf- Throws:
java.io.IOException- the io exception
-
setMap
public void setMap(java.lang.String mapTo)
Sets map.- Parameters:
mapTo- the map to
-
addMapEntries
public void addMapEntries(java.util.Collection entries)
Description copied from interface:MappableAdd map entries.- Specified by:
addMapEntriesin interfaceMappable- Parameters:
entries- the entries
-
-