Package org.apache.log4j.chainsaw.prefs
Class LoadSettingsEvent
java.lang.Object
java.util.EventObject
org.apache.log4j.chainsaw.prefs.SettingsEvent
org.apache.log4j.chainsaw.prefs.LoadSettingsEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetSetting(String key) getSettingsStartingWith(String string) Returns an unmodifiable Collection of values whose setting key begins (String.startsWith()) the specified string.Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
properties
-
-
Constructor Details
-
LoadSettingsEvent
LoadSettingsEvent(Object source, Properties properties)
-
-
Method Details
-
getSetting
-
asBoolean
-
asInt
-
getSettingsStartingWith
Returns an unmodifiable Collection of values whose setting key begins (String.startsWith()) the specified string.- Parameters:
string-
-