com.khubla.pragmatach.framework.configuration
Class BaseConfiguration
java.lang.Object
  
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
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
BaseConfiguration
public BaseConfiguration()
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.