Class FilterSpecification
- java.lang.Object
-
- org.jboss.as.server.deployment.module.FilterSpecification
-
- All Implemented Interfaces:
Serializable
public final class FilterSpecification extends Object implements Serializable
- Author:
- David M. Lloyd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilterSpecification(org.jboss.modules.filter.PathFilter pathFilter, boolean include)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.jboss.modules.filter.PathFiltergetPathFilter()inthashCode()booleanisInclude()
-