public class GlobalConfPattern extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addVar(String key,
String value) |
void |
clear()
Remove loaded variables
|
static GlobalConfPattern |
getInstance() |
String |
getValue(String key) |
HashMap<String,String> |
getVariables() |
public static GlobalConfPattern getInstance()
public void addVar(String key, String value) throws SLIB_Ex_Critic
key - value - SLIB_Ex_Criticpublic HashMap<String,String> getVariables()
public String getValue(String key) throws SLIB_Exception
key - SLIB_Exceptionpublic void clear()
Copyright © 2014. All rights reserved.