SQLTuple version: 1.2.0.0

hep.aida.ref.sql
Class LoadedProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by hep.aida.ref.sql.LoadedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

 class LoadedProperties
extends Properties

LoadedProperties is Properties capable of being loaded from a Resource.

 $Log: LoadedProperties.java,v $
 Revision 1.4  2007/05/23 16:38:44  hrivnac
 logical connections for Plotter; better UML

 Revision 1.3  2004/10/27 14:19:03  hrivnac
 small bug fixes

 Revision 1.2  2004/10/22 15:32:59  hrivnac
 cleaned

 Revision 1.1  2004/10/22 14:22:44  hrivnac
 properties loading refactored

 

Version:
$Id: LoadedProperties.java,v 1.4 2007/05/23 16:38:44 hrivnac Exp $
Author:
J.Hrivnac

Field Summary
private static Logger log
          Logging .
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
LoadedProperties(String fullname)
          Load from fullname Resource.
LoadedProperties(String name, String place)
          Load from name in current/top package or (if it doesn't exists) in place package.
 
Method Summary
 
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
 

Field Detail

log

private static Logger log
Logging .

Constructor Detail

LoadedProperties

LoadedProperties(String name,
                 String place)
Load from name in current/top package or (if it doesn't exists) in place package.

Parameters:
name - The name of the Resource (usually with .properties extension).
place - The package to be searched if Resource doesn't exist in current/top one.

LoadedProperties

LoadedProperties(String fullname)
Load from fullname Resource.

Parameters:
fullname - The name of the Resource with its package namespace (usually with .properties extension).

Written by: J.Hrivnac

Documentation built November 9 2010 on Linux by hrivnac