net.craftforge.essential.controller.managers
Class PropertyHandler

java.lang.Object
  extended by net.craftforge.essential.controller.managers.PropertyHandler

public class PropertyHandler
extends Object

Since:
27.08.11
Author:
Christian Bick

Constructor Summary
PropertyHandler(Configuration configuration)
           
 
Method Summary
 Map<String,String> getProperties(String propertyName, String[] defaultValues)
           
 String getProperty(String propertyName, String[] defaultValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHandler

public PropertyHandler(Configuration configuration)
Method Detail

getProperties

public Map<String,String> getProperties(String propertyName,
                                        String[] defaultValues)
                                 throws ControllerException
Throws:
ControllerException

getProperty

public String getProperty(String propertyName,
                          String[] defaultValues)
                   throws ControllerException
Throws:
ControllerException


Copyright © 2011. All Rights Reserved.