Class FileToPathMap


  • public class FileToPathMap
    extends Object
    A map using normalized files as keys and (relative) IPaths as values. Only normalized files are used as keys internally.
    • Constructor Detail

      • FileToPathMap

        public FileToPathMap()
    • Method Detail

      • put

        public void put​(File key,
                        org.eclipse.core.runtime.IPath value)
      • values

        public Collection<org.eclipse.core.runtime.IPath> values()
      • get

        public org.eclipse.core.runtime.IPath get​(File key)
      • keySet

        public Set<File> keySet()
      • size

        public int size()