Class BooleanClassFilter
java.lang.Object
org.jboss.modules.filter.BooleanClassFilter
- All Implemented Interfaces:
ClassFilter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final BooleanClassFilterprivate final boolean(package private) static final BooleanClassFilter -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
result
private final boolean result -
TRUE
-
FALSE
-
-
Constructor Details
-
BooleanClassFilter
private BooleanClassFilter(boolean result)
-
-
Method Details
-
accept
Description copied from interface:ClassFilterDetermine whether a class name should be accepted by this filter. The class name is qualified with a dot-separated package name.- Specified by:
acceptin interfaceClassFilter- Parameters:
path- the class name- Returns:
trueto accept the class,falseotherwise
-
hashCode
-
equals
-
toString
-