org.constretto.util
Class StaticlyCachedConfiguration

java.lang.Object
  extended by org.constretto.util.StaticlyCachedConfiguration

public class StaticlyCachedConfiguration
extends java.lang.Object

Author:
Kaare Nilsen Based on a configurationfactory used, and donated by FinnTech.

Constructor Summary
StaticlyCachedConfiguration()
           
 
Method Summary
static int cacheHits()
           
static int cacheMiss()
           
static ConstrettoConfiguration config(boolean includeSystemProperties, java.lang.String... locations)
           
static ConstrettoConfiguration config(java.lang.String... locations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticlyCachedConfiguration

public StaticlyCachedConfiguration()
Method Detail

config

public static ConstrettoConfiguration config(java.lang.String... locations)

config

public static ConstrettoConfiguration config(boolean includeSystemProperties,
                                             java.lang.String... locations)

cacheHits

public static int cacheHits()

cacheMiss

public static int cacheMiss()


Copyright © 2008-2011. All Rights Reserved.