public interface Config
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Get config file content
|
String |
getIdentifier()
Get the identifier for this config, if based on a service factory - null otherwise
|
Map<String,String> |
getRawProperties()
Get the map of properties as they will be stored in the OSGi configuration
|
PropertiesValues |
getValues()
Get structured values
|
void |
setContent(String content)
Set config file content from a string
|
String getIdentifier()
Map<String,String> getRawProperties()
PropertiesValues getValues()
String getContent() throws IOException
IOException - exceptionvoid setContent(String content) throws IOException
content - content as a stringIOException - exceptionCopyright © 2004–2021 Jahia Solutions Group SA. All rights reserved.