com.khubla.pragmatach.framework.configuration
Class PropertiesFileConfigurationImpl
java.lang.Object
com.khubla.pragmatach.framework.configuration.BaseConfiguration
com.khubla.pragmatach.framework.configuration.PropertiesFileConfigurationImpl
- All Implemented Interfaces:
- Configuration
public class PropertiesFileConfigurationImpl
- extends BaseConfiguration
- Author:
- tome
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesFileConfigurationImpl
public PropertiesFileConfigurationImpl()
getAll
public Map<String,String> getAll()
throws PragmatachException
- Description copied from interface:
Configuration
- all
- Throws:
PragmatachException
getObject
public Object getObject(String name)
throws PragmatachException
- Description copied from interface:
Configuration
- get an object by name
- Throws:
PragmatachException
getParameter
public String getParameter(String name)
throws PragmatachException
- Description copied from interface:
Configuration
- get a parameter by name
- Throws:
PragmatachException
Copyright © 2014 khubla.com. All rights reserved.