public class AUVWorkbenchConfig2 extends Object
Modifier and Type | Method and Description |
---|---|
Object |
addProjectConfig(File f) |
boolean |
booleanValue(String s) |
void |
doBrowseTo(URL url) |
void |
doEmail(String userAddress,
String ccAddress,
String pSubject,
String pContent) |
String[] |
getCommandLine() |
boolean |
getCommandLineParameter(String s) |
List<Hotkey> |
getHotKeyList() |
ImageIcon |
getImageIcon(String nm) |
ConfigApp |
getToolbarApp(String appName) |
List<ConfigApp> |
getToolbarAppsList() |
String |
imagePath(String image) |
static AUVWorkbenchConfig2 |
instance() |
int |
integerValue(String s) |
int |
num(String key) |
void |
removeProjectConfig(Object o) |
void |
removeVal(String key) |
void |
setCommandLine(String[] args) |
void |
setVal(String key,
String val) |
static AUVWorkbenchConfig2 |
soleInstance() |
String |
val(String key) |
String |
valExpanded(String key)
Return a config value, after inserting a replacement value if a ${*} macro is encountered
|
String[] |
vals(String key) |
public static AUVWorkbenchConfig2 instance()
public static AUVWorkbenchConfig2 soleInstance()
public void setCommandLine(String[] args)
public String[] getCommandLine()
public boolean getCommandLineParameter(String s)
public int num(String key)
public String valExpanded(String key)
key
- public void removeVal(String key)
public void doBrowseTo(URL url)
public void removeProjectConfig(Object o)
public boolean booleanValue(String s)
public int integerValue(String s)