Class Ignored
java.lang.Object
org.apache.jackrabbit.vault.vlt.meta.Ignored
- All Implemented Interfaces:
Dumpable,Filter,PathFilter
Ignored...-
Field Summary
FieldsFields inherited from interface org.apache.jackrabbit.vault.fs.api.PathFilter
ALL, NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(@NotNull DumpContext ctx, boolean isLast) Dumps some human readable information using the given context.booleanChecks if the pattern is absolute, i.e. does not start with a wildcard.booleanChecks if the given path matches this filters criteria.@NotNull PathFiltertranslate(@Nullable PathMapping mapping) Translates this path filter with the given mapping.
-
Field Details
-
FILE_NAME
- See Also:
-
-
Constructor Details
-
Ignored
-
-
Method Details
-
getIgnored
-
matches
Description copied from interface:PathFilterChecks if the given path matches this filters criteria.- Specified by:
matchesin interfacePathFilter- Parameters:
path- the path to check- Returns:
trueif this filter matches the criteria;falseotherwise.
-
scan
-
isAbsolute
public boolean isAbsolute()Description copied from interface:PathFilterChecks if the pattern is absolute, i.e. does not start with a wildcard.- Specified by:
isAbsolutein interfacePathFilter- Returns:
trueif pattern is absolute
-
dump
Description copied from interface:DumpableDumps some human readable information using the given context. -
translate
Description copied from interface:PathFilterTranslates this path filter with the given mapping. Note that only absolute filters can be translated.- Specified by:
translatein interfacePathFilter- Parameters:
mapping- the mapping to apply- Returns:
- the new filter
-