org.apache.sirona.configuration
Class Configuration

java.lang.Object
  extended by org.apache.sirona.configuration.Configuration

public final class Configuration
extends Object


Field Summary
static String CONFIG_PROPERTY_PREFIX
           
 
Method Summary
static String[] getArray(String key, String[] defaultValue)
           
static int getInteger(String key, int defaultValue)
           
static String getProperty(String key, String defaultValue)
           
static boolean is(String key, boolean defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_PROPERTY_PREFIX

public static final String CONFIG_PROPERTY_PREFIX
See Also:
Constant Field Values
Method Detail

is

public static boolean is(String key,
                         boolean defaultValue)

getInteger

public static int getInteger(String key,
                             int defaultValue)

getProperty

public static String getProperty(String key,
                                 String defaultValue)

getArray

public static String[] getArray(String key,
                                String[] defaultValue)


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.