@Contract
public interface LoggingConfig
| Modifier and Type | Method and Description |
|---|---|
String |
createZipFile(String sourceDir) |
void |
deleteLoggingProperties(Map<String,String> properties) |
void |
deleteLoggingProperties(Map<String,String> properties,
String targetConfigName) |
Map<String,String> |
getLoggingProperties() |
Map<String,String> |
getLoggingProperties(String targetServer) |
String |
setLoggingProperty(String propertyName,
String propertyValue) |
String |
setLoggingProperty(String propertyName,
String propertyValue,
String targetServer) |
Map<String,String> |
updateLoggingProperties(Map<String,String> properties) |
Map<String,String> |
updateLoggingProperties(Map<String,String> properties,
String targetServer) |
String setLoggingProperty(String propertyName, String propertyValue) throws IOException
IOExceptionString setLoggingProperty(String propertyName, String propertyValue, String targetServer) throws IOException
IOExceptionMap<String,String> updateLoggingProperties(Map<String,String> properties) throws IOException
IOExceptionMap<String,String> updateLoggingProperties(Map<String,String> properties, String targetServer) throws IOException
IOExceptionMap<String,String> getLoggingProperties(String targetServer) throws IOException
IOExceptionMap<String,String> getLoggingProperties() throws IOException
IOExceptionString createZipFile(String sourceDir) throws IOException
IOExceptionvoid deleteLoggingProperties(Map<String,String> properties, String targetConfigName) throws IOException
IOExceptionvoid deleteLoggingProperties(Map<String,String> properties) throws IOException
IOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.