org.biopax.paxtools.model.level2
Class PaxtoolsProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by org.biopax.paxtools.model.level2.PaxtoolsProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class PaxtoolsProperties
extends java.util.Properties

See Also:
Serialized Form

Field Summary
static java.lang.String defaultProperties
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
PaxtoolsProperties()
           
 
Method Summary
static PaxtoolsProperties getInstance()
           
static boolean is(java.lang.String s)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
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
 

Field Detail

defaultProperties

public static final java.lang.String defaultProperties
See Also:
Constant Field Values
Constructor Detail

PaxtoolsProperties

public PaxtoolsProperties()
Method Detail

getInstance

public static PaxtoolsProperties getInstance()

is

public static boolean is(java.lang.String s)