Class PathMappings<E>

    • Constructor Detail

      • PathMappings

        public PathMappings()
        Deprecated.
    • Method Detail

      • dump

        public void dump​(Appendable out,
                         String indent)
                  throws IOException
        Deprecated.
        Description copied from interface: Dumpable
        Dump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.
        Specified by:
        dump in interface Dumpable
        Parameters:
        out - The appendable to dump to
        indent - The indent to apply after any new lines.
        Throws:
        IOException - if unable to write to Appendable
      • size

        public int size()
        Deprecated.
      • reset

        public void reset()
        Deprecated.
      • getMatches

        public List<MappedResource<E>> getMatches​(String path)
        Deprecated.
        Return a list of MappedResource matches for the specified path.
        Parameters:
        path - the path to return matches on
        Returns:
        the list of mapped resource the path matches on
      • asPathSpec

        public static PathSpec asPathSpec​(String pathSpecString)
        Deprecated.
      • get

        public E get​(PathSpec spec)
        Deprecated.
      • put

        public boolean put​(String pathSpecString,
                           E resource)
        Deprecated.
      • put

        public boolean put​(PathSpec pathSpec,
                           E resource)
        Deprecated.
      • remove

        public boolean remove​(PathSpec pathSpec)
        Deprecated.