Package com.yworks.common.ant
Class TypePatternSet
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- org.apache.tools.ant.types.PatternSet
-
- com.yworks.common.ant.TypePatternSet
-
- All Implemented Interfaces:
java.lang.Cloneable
public class TypePatternSet extends org.apache.tools.ant.types.PatternSetThe type Type pattern set.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTypePatternSet.TypeThe enum Type.
-
Constructor Summary
Constructors Constructor Description TypePatternSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypePatternSet.TypegetType()Gets type.voidsetType(java.lang.String type)Sets type.-
Methods 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, toString
-
Methods 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, tooManyAttributes
-
-
-
-
Method Detail
-
getType
public TypePatternSet.Type getType()
Gets type.- Returns:
- the type
-
setType
public void setType(java.lang.String type)
Sets type.- Parameters:
type- the type
-
-