Class Dictionary

java.lang.Object
adalid.commons.properties.Dictionary
Direct Known Subclasses:
ProjectBuilderDictionary, ProjectKeyFeatures, SqlDictionary

public abstract class Dictionary extends Object
Author:
Jorge Campins
  • Method Details

    • getInfoLevel

      public static org.apache.log4j.Level getInfoLevel()
    • setInfoLevel

      public static void setInfoLevel(org.apache.log4j.Level level)
    • isValidNumericCode

      public static boolean isValidNumericCode(String value)
    • printSummary

      public static void printSummary()
    • getErrorCount

      public static int getErrorCount()
    • getWarningCount

      public static int getWarningCount()
    • reset

      public static void reset()
    • getProperty

      public String getProperty(String key)
    • setProperty

      public Object setProperty(String key, String value)
    • putProperty

      public String putProperty(String key, String value)
    • store

      public void store()
    • isEmpty

      public boolean isEmpty()