Uses of Class
org.eclipse.tycho.p2.impl.publisher.rootfiles.FileToPathMap
-
Packages that use FileToPathMap Package Description org.eclipse.tycho.p2.impl.publisher.rootfiles -
-
Uses of FileToPathMap in org.eclipse.tycho.p2.impl.publisher.rootfiles
Fields in org.eclipse.tycho.p2.impl.publisher.rootfiles declared as FileToPathMap Modifier and Type Field Description private FileToPathMapRootFilesProperties. fileSourceToDestinationMapAbsolute source location of a root file to the relative pathPattern that describes the location of the root file in the installed product.Methods in org.eclipse.tycho.p2.impl.publisher.rootfiles that return FileToPathMap Modifier and Type Method Description FileToPathMapRootFilesProperties. getFileMap()FileToPathMapFileSet. scan()Scan the filesystem below baseDir for matching files.Methods in org.eclipse.tycho.p2.impl.publisher.rootfiles with parameters of type FileToPathMap Modifier and Type Method Description private voidFileSet. addFileIfMatch(java.io.File file, FileToPathMap result, org.eclipse.core.runtime.IPath baseDir, org.eclipse.core.runtime.IPath destination)voidRootFilesProperties. addFiles(FileToPathMap fileSourceToDestinationMap)voidFileToPathMap. putAll(FileToPathMap otherMap)private voidFileSet. recursiveScan(java.io.File file, FileToPathMap result, org.eclipse.core.runtime.IPath baseDirPath, org.eclipse.core.runtime.IPath destinationPath)
-