Package com.yworks.yshrink.ant.filters
Class PatternMatchedFilter
- java.lang.Object
-
- com.yworks.yshrink.ant.filters.AbstractEntryPointFilter
-
- com.yworks.yshrink.ant.filters.PatternMatchedFilter
-
- All Implemented Interfaces:
EntryPointFilter
- Direct Known Subclasses:
AttributeFilter,ClassFilter,FieldFilter,MethodFilter
public class PatternMatchedFilter extends AbstractEntryPointFilter
The type Pattern matched filter.
-
-
Constructor Summary
Constructors Constructor Description PatternMatchedFilter(org.apache.tools.ant.Project p)Instantiates a new Pattern matched filter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanmatch(TypePatternSet.Type type, java.lang.String str, PatternMatchedSection section)Match boolean.-
Methods inherited from class com.yworks.yshrink.ant.filters.AbstractEntryPointFilter
isEntryPointClass, isEntryPointField, isEntryPointMethod, setRetainAttribute
-
-
-
-
Method Detail
-
match
protected boolean match(TypePatternSet.Type type, java.lang.String str, PatternMatchedSection section)
Match boolean.- Parameters:
type- the typestr- the strsection- the section- Returns:
- the boolean
-
-