Package | Description |
---|---|
org.eclipse.tycho.p2.impl.publisher.rootfiles |
Modifier and Type | Method and Description |
---|---|
static RootPropertiesParser.RootKeyType |
RootPropertiesParser.RootKeyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RootPropertiesParser.RootKeyType[] |
RootPropertiesParser.RootKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static int |
RootPropertiesParser.findTypeInKey(java.lang.String[] keySegments,
RootPropertiesParser.RootKeyType keyType) |
(package private) void |
RootPropertiesParser.storeRootPropertyValue(RootPropertiesParser.RootKeyType keyType,
java.lang.String parameterInKey,
RootFilesProperties target) |
(package private) static void |
RootPropertiesParser.verifyNumberOfParameters(java.lang.String[] keySegments,
RootPropertiesParser.RootKeyType keyType,
java.lang.String parameter) |