com.khubla.pragmatach.framework.api
Interface Configuration

All Known Implementing Classes:
BaseConfiguration, HashmapConfigurationImpl, PropertiesFileConfigurationImpl

public interface Configuration

Author:
tome

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
 

Method Detail

getAll

Map<String,String> getAll()
                          throws PragmatachException
all

Throws:
PragmatachException

getObject

Object getObject(String name)
                 throws PragmatachException
get an object by name

Throws:
PragmatachException

getParameter

String getParameter(String name)
                    throws PragmatachException
get a parameter by name

Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.