Modifier and Type | Field and Description |
---|---|
protected List<ModuleProperty> |
ModuleConfig.mModuleProperties |
Modifier and Type | Method and Description |
---|---|
ModuleProperty |
ModuleConfig.getProperty(String key)
Gets the (first) ModuleProperty object that has been set for a given key.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleProperty> |
ModuleConfig.getModuleProperties()
Returns the Properties used for configuring the module.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleConfig.addModuleProperty(ModuleProperty moduleProperty)
Add a new ModuleProperty to the current list.
|
int |
ModuleProperty.compareTo(ModuleProperty other)
A comparison of keys first, then values.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleConfig.setModuleProperties(List<ModuleProperty> moduleProperties)
Replace list of module properties with given list.
|
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.