Package adalid.commons.properties
Class Dictionary
java.lang.Object
adalid.commons.properties.Dictionary
- Direct Known Subclasses:
ProjectBuilderDictionary,ProjectKeyFeatures,SqlDictionary
- Author:
- Jorge Campins
-
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic org.apache.log4j.LevelgetProperty(String key) static intbooleanisEmpty()static booleanisValidNumericCode(String value) static voidputProperty(String key, String value) static voidreset()static voidsetInfoLevel(org.apache.log4j.Level level) setProperty(String key, String value) voidstore()
-
Method Details
-
getInfoLevel
public static org.apache.log4j.Level getInfoLevel() -
setInfoLevel
public static void setInfoLevel(org.apache.log4j.Level level) -
isValidNumericCode
-
printSummary
public static void printSummary() -
getErrorCount
public static int getErrorCount() -
getWarningCount
public static int getWarningCount() -
reset
public static void reset() -
getProperty
-
setProperty
-
putProperty
-
store
public void store() -
isEmpty
public boolean isEmpty()
-