Log4j 1.3alpha-4

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:
java.io.Serializable

public class LoadSettingsEvent
extends SettingsEvent

Author:
Paul Smith
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 boolean asBoolean(java.lang.String key)
           
 int asInt(java.lang.String key)
           
 java.lang.String getSetting(java.lang.String key)
           
 java.util.Collection getSettingsStartingWith(java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSetting

public java.lang.String getSetting(java.lang.String key)

asBoolean

public boolean asBoolean(java.lang.String key)

asInt

public int asInt(java.lang.String key)

getSettingsStartingWith

public java.util.Collection getSettingsStartingWith(java.lang.String string)
Returns an unmodifiable Collection of values whose setting key begins (String.startsWith()) the specified string.

Parameters:
string -

Log4j 1.3alpha-4

Copyright 2000-2003 Apache Software Foundation.