Class FilterSet.Entry<E extends Filter>
java.lang.Object
org.apache.jackrabbit.vault.fs.api.FilterSet.Entry<E>
- All Implemented Interfaces:
Dumpable
Holds a filter entry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(@NotNull DumpContext ctx, boolean isLast) Dumps some human readable information using the given context.booleanReturns the filter of this entryinthashCode()booleanReturns the 'include' flag of this entrytoString()
-
Constructor Details
-
Entry
Constructs a new entry- Parameters:
filter- the filterinclude- the include flag
-
-
Method Details
-
getFilter
Returns the filter of this entry- Returns:
- the filter
-
isInclude
public boolean isInclude()Returns the 'include' flag of this entry- Returns:
- the flag
-
dump
Dumps some human readable information using the given context. -
hashCode
public int hashCode() -
equals
-
toString
-