Package | Description |
---|---|
org.eclipse.tycho.p2.impl.publisher.rootfiles |
Modifier and Type | Field and Description |
---|---|
private FileToPathMap |
RootFilesProperties.fileSourceToDestinationMap
Absolute source location of a root file to the relative pathPattern that describes the
location of the root file in the installed product.
|
private FileToPathMap |
FileToPathMapTest.map |
Modifier and Type | Method and Description |
---|---|
private static FileToPathMap |
FeatureRootAdviceFilesTest.createAdviceAndGetFilesMap(java.util.Properties buildProperties,
java.lang.String configSpec) |
FileToPathMap |
RootFilesProperties.getFileMap() |
private static FileToPathMap |
FeatureRootAdviceFilesTest.getSourceToDestinationMap(org.eclipse.equinox.p2.publisher.actions.IFeatureRootAdvice advice,
java.lang.String configSpec) |
FileToPathMap |
FileSet.scan()
Scan the filesystem below baseDir for matching files.
|
Modifier and Type | Method and Description |
---|---|
private void |
FileSet.addFileIfMatch(java.io.File file,
FileToPathMap result,
org.eclipse.core.runtime.IPath baseDir,
org.eclipse.core.runtime.IPath destination) |
void |
RootFilesProperties.addFiles(FileToPathMap fileSourceToDestinationMap) |
private static void |
FeatureRootAdviceFilesTest.assertRootFileEntry(FileToPathMap winFilesMap,
java.lang.String expectedPathInSources,
java.lang.String expectedPathInInstallation) |
void |
FileToPathMap.putAll(FileToPathMap otherMap) |
private void |
FileSet.recursiveScan(java.io.File file,
FileToPathMap result,
org.eclipse.core.runtime.IPath baseDirPath,
org.eclipse.core.runtime.IPath destinationPath) |