Class Ignored

java.lang.Object
org.apache.jackrabbit.vault.vlt.meta.Ignored
All Implemented Interfaces:
Dumpable, Filter, PathFilter

public class Ignored extends Object implements PathFilter
Ignored...
  • Field Details

  • Constructor Details

  • Method Details

    • getIgnored

      public List<PathFilter> getIgnored()
    • matches

      public boolean matches(@NotNull @NotNull String path)
      Description copied from interface: PathFilter
      Checks if the given path matches this filters criteria.
      Specified by:
      matches in interface PathFilter
      Parameters:
      path - the path to check
      Returns:
      true if this filter matches the criteria; false otherwise.
    • scan

      Throws:
      VltException
      IOException
      ConfigurationException
    • isAbsolute

      public boolean isAbsolute()
      Description copied from interface: PathFilter
      Checks if the pattern is absolute, i.e. does not start with a wildcard.
      Specified by:
      isAbsolute in interface PathFilter
      Returns:
      true if pattern is absolute
    • dump

      public void dump(@NotNull @NotNull DumpContext ctx, boolean isLast)
      Description copied from interface: Dumpable
      Dumps some human readable information using the given context.
      Specified by:
      dump in interface Dumpable
      Parameters:
      ctx - the dump context
      isLast - specifies if this is the last element to dump on this level
    • translate

      @NotNull public @NotNull PathFilter translate(@Nullable @Nullable PathMapping mapping)
      Description copied from interface: PathFilter
      Translates this path filter with the given mapping. Note that only absolute filters can be translated.
      Specified by:
      translate in interface PathFilter
      Parameters:
      mapping - the mapping to apply
      Returns:
      the new filter