com.khubla.pragmatach.framework.configuration
Class PropertiesFileConfigurationImpl

java.lang.Object
  extended by com.khubla.pragmatach.framework.configuration.BaseConfiguration
      extended by com.khubla.pragmatach.framework.configuration.PropertiesFileConfigurationImpl
All Implemented Interfaces:
Configuration

public class PropertiesFileConfigurationImpl
extends BaseConfiguration

Author:
tome

Constructor Summary
PropertiesFileConfigurationImpl()
           
 
Method Summary
 Map<String,String> getAll()
          all
 Object getObject(String name)
          get an object by name
 String getParameter(String name)
          get a parameter by name
 
Methods inherited from class com.khubla.pragmatach.framework.configuration.BaseConfiguration
resolveObject, resolveString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesFileConfigurationImpl

public PropertiesFileConfigurationImpl()
Method Detail

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.