Class FileToPathMap

java.lang.Object
org.eclipse.tycho.p2.impl.publisher.rootfiles.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 Details

    • FileToPathMap

      public FileToPathMap()
  • Method Details

    • 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)
    • putAll

      public void putAll(FileToPathMap otherMap)
    • keySet

      public Set<File> keySet()
    • size

      public int size()