Modifier and Type | Method and Description |
---|---|
void |
ProjectConfigurationContext.deleteConfigurationItem(String path) |
Modifier and Type | Method and Description |
---|---|
ConfigurationItem |
ClassLoaderConfigurationContext.createConfigurationItem(String id,
InputStream configuration) |
void |
ClassLoaderConfigurationContext.deleteConfigurationItem(String relativeLocation) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemConfigurationContext.deleteConfigurationItem(String relativeLocation) |
Modifier and Type | Method and Description |
---|---|
void |
InputStreamConfigurationItem.setConfiguration(InputStream configuration) |
Modifier and Type | Method and Description |
---|---|
void |
XmlConfigurationContext.deleteConfigurationItem(String relativeLocation) |
Modifier and Type | Method and Description |
---|---|
ConfigurationItem |
ConfigurationContext.createConfigurationItem(String relativeLocation,
InputStream configuration)
Creates a new
ConfigurationItem at the relative location. |
void |
ConfigurationContext.deleteConfigurationItem(String relativeLocation)
Deletes the
ConfigurationItem at the relative location. |
void |
ConfigurationItem.setConfiguration(InputStream configuration)
Specifies the configuration that this is to represent.
|
Copyright © 2005–2016. All rights reserved.