Class FilterSet.Entry<E extends Filter>
- java.lang.Object
-
- org.apache.jackrabbit.vault.fs.api.FilterSet.Entry<E>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(DumpContext ctx, boolean isLast)Dumps some human readable information using the given context.booleanequals(Object o)EgetFilter()Returns the filter of this entryinthashCode()booleanisInclude()Returns the 'include' flag of this entryStringtoString()
-
-
-
Method Detail
-
isInclude
public boolean isInclude()
Returns the 'include' flag of this entry- Returns:
- the flag
-
dump
public void dump(@Nonnull DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.
-
-