Package org.vafer.jdeb.ant
Class Data
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.PatternSet
org.vafer.jdeb.ant.Data
- All Implemented Interfaces:
Cloneable,DataProducer
Ant "data" element acting as a factory for DataProducers.
So far Archive and Directory producers are supported.
Both support the usual ant pattern set matching.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.tools.ant.types.PatternSet
org.apache.tools.ant.types.PatternSet.NameEntry, org.apache.tools.ant.types.PatternSet.PatternFileNameEntry -
Field Summary
Fields inherited from class org.apache.tools.ant.types.DataType
checked, refFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetType()voidproduce(DataConsumer pReceiver)voidsetConffile(Boolean conffile)voidvoidsetMissingSrc(String missingSrc)voidvoidMethods inherited from class org.apache.tools.ant.types.PatternSet
addConfiguredInvert, addConfiguredPatternset, append, clone, createExclude, createExcludesFile, createInclude, createIncludesFile, getExcludePatterns, getIncludePatterns, hasPatterns, setExcludes, setExcludesfile, setIncludes, setIncludesfile, setRefid, toStringMethods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributesMethods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
setSrc
-
getType
-
setType
-
setConffile
-
getConffile
-
setDst
-
addMapper
-
setMissingSrc
-
produce
- Specified by:
producein interfaceDataProducer- Throws:
IOException
-