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 void
dump(@NotNull DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.boolean
equals(Object o)
E
getFilter()
Returns the filter of this entryint
hashCode()
boolean
isInclude()
Returns the 'include' flag of this entryString
toString()
-
-
-
Constructor Detail
-
Entry
public Entry(@NotNull E filter, boolean include)
Constructs a new entry- Parameters:
filter
- the filterinclude
- the include flag
-
-
Method Detail
-
getFilter
@NotNull public E 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
public void dump(@NotNull @NotNull DumpContext ctx, boolean isLast)
Dumps some human readable information using the given context.
-
-