-
- All Implemented Interfaces:
-
java.io.Serializable
public final class FilterElement implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private Stringmodeprivate FilterTypetypeprivate Collection<String>excludesprivate Collection<String>includesprivate final Elementelementprivate final Stringroot
-
Constructor Summary
Constructors Constructor Description FilterElement(String root)
-
Method Summary
Modifier and Type Method Description StringtoString()final StringgetMode()final FilterTypegetType()final Collection<String>getExcludes()final Collection<String>getIncludes()final ElementgetElement()final StringgetRoot()final UnitsetMode(String mode)final UnitsetType(FilterType type)final UnitsetExcludes(Collection<String> excludes)final UnitsetIncludes(Collection<String> includes)-
-
Constructor Detail
-
FilterElement
FilterElement(String root)
-
-
Method Detail
-
getType
final FilterType getType()
-
getExcludes
final Collection<String> getExcludes()
-
getIncludes
final Collection<String> getIncludes()
-
getElement
@Internal() final Element getElement()
-
setType
final Unit setType(FilterType type)
-
setExcludes
final Unit setExcludes(Collection<String> excludes)
-
setIncludes
final Unit setIncludes(Collection<String> includes)
-
-
-
-