com.khubla.pragmatach.framework.configuration
Class BaseConfiguration

java.lang.Object
  extended by com.khubla.pragmatach.framework.configuration.BaseConfiguration
All Implemented Interfaces:
Configuration
Direct Known Subclasses:
HashmapConfigurationImpl, PropertiesFileConfigurationImpl

public abstract class BaseConfiguration
extends Object
implements Configuration

Author:
tome

Constructor Summary
BaseConfiguration()
           
 
Method Summary
static Object resolveObject(String value)
          resolve an object
static String resolveString(String value)
          resolve a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.khubla.pragmatach.framework.api.Configuration
getAll, getObject, getParameter
 

Constructor Detail

BaseConfiguration

public BaseConfiguration()
Method Detail

resolveObject

public static Object resolveObject(String value)
                            throws PragmatachException
resolve an object

Throws:
PragmatachException

resolveString

public static String resolveString(String value)
                            throws PragmatachException
resolve a string

Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.