slib.tools.module
Class GlobalConfPattern

java.lang.Object
  extended by slib.tools.module.GlobalConfPattern

public class GlobalConfPattern
extends Object

Author:
seb

Method Summary
 void addVar(String key, String value)
           
 void clear()
          Remove loaded variables
static GlobalConfPattern getInstance()
           
 String getValue(String key)
           
 HashMap<String,String> getVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GlobalConfPattern getInstance()
Returns:

addVar

public void addVar(String key,
                   String value)
            throws slib.utils.ex.SLIB_Ex_Critic
Parameters:
key -
value -
Throws:
slib.utils.ex.SLIB_Ex_Critic

getVariables

public HashMap<String,String> getVariables()
Returns:

getValue

public String getValue(String key)
                throws slib.utils.ex.SLIB_Exception
Parameters:
key -
Returns:
Throws:
slib.utils.ex.SLIB_Exception

clear

public void clear()
Remove loaded variables



Copyright © 2013. All Rights Reserved.