|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.org.venice.macro.MacroManager
| Constructor Summary | |
MacroManager()
|
|
| Method Summary | |
static void |
execute(StoredMacro m)
Execute the given macro. |
static void |
executeStartupMacros()
Execute all the macros that have been configured to be run on startup, in the order that they have been assigned. |
static void |
uncacheCompiledMacro(StoredMacro m)
Removes the compiled macro from memory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MacroManager()
| Method Detail |
public static void uncacheCompiledMacro(StoredMacro m)
m - The macro to uncachepublic static void executeStartupMacros()
public static void execute(StoredMacro m)
m - The Macro to execute
|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||