com.tonbeller.tbutils.res
Class SimpleInitialProvider

java.lang.Object
  extended bycom.tonbeller.tbutils.res.CompositeResourceProvider
      extended bycom.tonbeller.tbutils.res.SimpleInitialProvider
All Implemented Interfaces:
InitialProvider, ResourceProvider
Direct Known Subclasses:
JNDIInitialProvider

public class SimpleInitialProvider
extends CompositeResourceProvider
implements InitialProvider

initial provider. looks up variables

  1. System.getProperty()
  2. user.properties in root classpath
  3. resfactory.properties in root classpath
in that order.

Author:
av

Field Summary
 
Fields inherited from interface com.tonbeller.tbutils.res.InitialProvider
RESFACTORY_PROPERTIES, USER_PROPERTIES
 
Constructor Summary
SimpleInitialProvider()
           
 
Methods inherited from class com.tonbeller.tbutils.res.CompositeResourceProvider
add, add, close, dump, getName, getProviders, getString, keySet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tonbeller.tbutils.res.ResourceProvider
close, dump, getName, getString, keySet
 

Constructor Detail

SimpleInitialProvider

public SimpleInitialProvider()