Class AbstractEditableLoggingComponent

    • 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
      • 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()