Package | Description |
---|---|
org.bbaw.pdr.admin.macro |
Classes for macro handling.
|
Modifier and Type | Method and Description |
---|---|
static void |
MacroUtils.checkForForbiddenKeys(java.util.Map<java.lang.String,java.lang.String> argumentMap)
Checks weather a given map containt forbidden keys found in 'ARG.MACRO_FORBIDDEN_KEYS'.
|
void |
OpenMacro.execute()
Read the macro from the file and combine it with the command line user input.
|
void |
SaveMacro.execute()
Save the current command line to the macro property file.
|