public class WarpScriptMacroRepository
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WARPSCRIPT_FILE_EXTENSION |
| Modifier and Type | Method and Description |
|---|---|
static WarpScriptStack.Macro |
find(java.lang.String name) |
java.util.List<java.io.File> |
getWarpScriptFiles(java.lang.String rootdir) |
static void |
init(java.util.Properties properties) |
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static final java.lang.String WARPSCRIPT_FILE_EXTENSION
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic static WarpScriptStack.Macro find(java.lang.String name) throws WarpScriptException
WarpScriptExceptionpublic java.util.List<java.io.File> getWarpScriptFiles(java.lang.String rootdir)
public static void init(java.util.Properties properties)