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(java.lang.Object o)EgetFilter()Returns the filter of this entryinthashCode()booleanisInclude()Returns the 'include' flag of this entryjava.lang.StringtoString()
-
-
-
Constructor Detail
-
Entry
public Entry(@Nonnull E filter, boolean include)Constructs a new entry- Parameters:
filter- the filterinclude- the include flag
-
-
Method Detail
-
getFilter
@Nonnull 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(@Nonnull DumpContext ctx, boolean isLast)Dumps some human readable information using the given context.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-