org.apache.falcon.util
Class RuntimeProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.apache.falcon.util.ApplicationProperties
                  extended by org.apache.falcon.util.RuntimeProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public final class RuntimeProperties
extends ApplicationProperties

Dynamic properties that may be modified while the server is running.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Method Summary
static Properties get()
           
protected  String getPropertyFile()
           
 
Methods inherited from class org.apache.falcon.util.ApplicationProperties
getDomain, init, loadProperties, loadProperties, setDomain
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getPropertyFile

protected String getPropertyFile()
Specified by:
getPropertyFile in class ApplicationProperties

get

public static Properties get()


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.