Class Ignored

    • Constructor Detail

    • Method Detail

      • 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.
      • 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