Package | Description |
---|---|
org.eclipse.tycho.p2.impl.publisher.rootfiles |
Modifier and Type | Field and Description |
---|---|
private RootFilesProperties |
RootFilePatternParser.target |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ConfigSpec,RootFilesProperties> |
FeatureRootAdvice.propertiesPerConfig |
private java.util.HashMap<ConfigSpec,RootFilesProperties> |
RootPropertiesParser.ParsingResult.propertiesPerConfig |
Modifier and Type | Method and Description |
---|---|
(package private) RootFilesProperties |
RootPropertiesParser.ParsingResult.getPropertiesForWriting(ConfigSpec config) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<ConfigSpec,RootFilesProperties> |
RootPropertiesParser.getPermissionsAndLinksResult() |
(package private) java.util.HashMap<ConfigSpec,RootFilesProperties> |
RootPropertiesParser.ParsingResult.getPropertiesPerConfigMap() |
Modifier and Type | Method and Description |
---|---|
private void |
FeatureRootAdvice.addFiles(RootFilesProperties rootProperties,
org.eclipse.equinox.internal.p2.publisher.FileSetDescriptor rootFilesDescriptor) |
private void |
FeatureRootAdvice.addLinks(RootFilesProperties rootProperties,
org.eclipse.equinox.internal.p2.publisher.FileSetDescriptor rootFilesDescriptor) |
private void |
FeatureRootAdvice.addPermissions(RootFilesProperties rootProperties,
org.eclipse.equinox.internal.p2.publisher.FileSetDescriptor rootFilesDescriptor) |
private void |
FeatureRootAdvice.copyRootPropertiesToDescriptor(RootFilesProperties internalFormat,
org.eclipse.equinox.internal.p2.publisher.FileSetDescriptor externalFormat) |
private static void |
FeatureRootAdvice.ensureRootFilesConfigured(RootFilesProperties rootProperties,
ConfigSpec configuration) |
(package private) void |
RootPropertiesParser.storeRootPropertyValue(RootPropertiesParser.RootKeyType keyType,
java.lang.String parameterInKey,
RootFilesProperties target) |
Constructor and Description |
---|
RootFilePatternParser(java.io.File baseDir,
RootFilesProperties target,
boolean useDefaultExcludes) |