Package com.yworks.yshrink.ant.filters
Class SerializationFilter
- java.lang.Object
-
- com.yworks.yshrink.ant.filters.AbstractEntryPointFilter
-
- com.yworks.yshrink.ant.filters.PatternMatchedFilter
-
- com.yworks.yshrink.ant.filters.MethodFilter
-
- com.yworks.yshrink.ant.filters.SerializationFilter
-
- All Implemented Interfaces:
EntryPointFilter
public class SerializationFilter extends MethodFilter
The type Serialization filter.
-
-
Constructor Summary
Constructors Constructor Description SerializationFilter(org.apache.tools.ant.Project project)Instantiates a new Serialization filter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEntryPointMethod(Model model, ClassDescriptor cd, MethodDescriptor md)Is entry point method boolean.-
Methods inherited from class com.yworks.yshrink.ant.filters.MethodFilter
addMethodSection
-
Methods inherited from class com.yworks.yshrink.ant.filters.PatternMatchedFilter
match
-
Methods inherited from class com.yworks.yshrink.ant.filters.AbstractEntryPointFilter
isEntryPointClass, isEntryPointField, setRetainAttribute
-
-
-
-
Method Detail
-
isEntryPointMethod
public boolean isEntryPointMethod(Model model, ClassDescriptor cd, MethodDescriptor md)
Description copied from interface:EntryPointFilterIs entry point method boolean.- Specified by:
isEntryPointMethodin interfaceEntryPointFilter- Overrides:
isEntryPointMethodin classMethodFilter- Parameters:
model- the modelcd- the cdmd- the md- Returns:
- the boolean
-
-