Class AbstractEditableLoggingComponent
- java.lang.Object
-
- com.microstrategy.utils.log.editor.AbstractEditableLoggingComponent
-
- Direct Known Subclasses:
EditableFilter
,EditableFormatter
,EditableHandler
,EditableLogger
public abstract class AbstractEditableLoggingComponent extends java.lang.Object
- Since:
- MicroStrategy Web 8.0.2
-
-
Constructor Summary
Constructors Constructor Description AbstractEditableLoggingComponent(LoggingManagementBean manager)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
containsKey(java.lang.String unqualifiedKey)
void
createStartingProperties(java.lang.String className)
java.util.Properties
getAllProperties()
java.util.Properties
getLocalProperties()
LoggingManagementBean
getManager()
java.lang.String
getProperty(java.lang.String unqualifiedKey)
abstract java.lang.String
getQualifiedName()
java.util.Enumeration
keys()
java.lang.String
qualifyKey(java.lang.String key)
java.lang.String
removeProperty(java.lang.String unqualifiedKey)
void
setProperty(java.lang.String unqualifiedKey, java.lang.String value)
-
-
-
Constructor Detail
-
AbstractEditableLoggingComponent
public AbstractEditableLoggingComponent(LoggingManagementBean manager)
-
-
Method Detail
-
getAllProperties
public java.util.Properties getAllProperties()
-
getLocalProperties
public java.util.Properties getLocalProperties() throws java.io.IOException
- Throws:
java.io.IOException
-
setProperty
public void setProperty(java.lang.String unqualifiedKey, java.lang.String value) throws java.io.IOException
- Throws:
java.io.IOException
-
getProperty
public java.lang.String getProperty(java.lang.String unqualifiedKey)
-
removeProperty
public java.lang.String removeProperty(java.lang.String unqualifiedKey) throws java.io.IOException
- Throws:
java.io.IOException
-
containsKey
public boolean containsKey(java.lang.String unqualifiedKey) throws java.io.IOException
- Throws:
java.io.IOException
-
getManager
public LoggingManagementBean getManager()
-
qualifyKey
public java.lang.String qualifyKey(java.lang.String key)
-
keys
public java.util.Enumeration keys() throws java.io.IOException
- Throws:
java.io.IOException
-
createStartingProperties
public void createStartingProperties(java.lang.String className) throws java.io.IOException
- Throws:
java.io.IOException
-
getQualifiedName
public abstract java.lang.String getQualifiedName()
-
-