All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static IExpression |
argsToArgValue(Map<String,String> args) |
static ICodeStore |
bootstrapCodeStore(IStore store,
IRuntimeConfiguration config) |
static IStore |
bootstrapDataStore(IStore store) |
static IDebugEventAdapter |
createDebugEventAdapter(IDebugConfiguration cfg) |
static IDebugRequestListener |
createDebugRequestListener(IDebugConfiguration cfg,
IDebugger debugger) |
static PromptoDocument<String,Object> |
getApplicationConfiguration() |
static PromptoClassLoader |
getClassLoader() |
static IDebugEventAdapter |
getDebugEventAdapter() |
static IDebugRequestListener |
getDebugRequestListener() |
static Map<String,AttributeDeclaration> |
getMinimalDataColumns(IStore dataStore) |
static void |
initialize(IRuntimeConfiguration config) |
static void |
initialize(IRuntimeConfiguration config,
ICodeStore codeStore,
IStore dataStore) |
static void |
main(IStandaloneConfiguration config,
ICodeStore codeStore,
IStore dataStore) |
static void |
main(String[] args) |
static IConfigurationReader |
readerFromArgs(Map<String,String> argsMap) |
static void |
run(IStandaloneConfiguration config) |
static void |
showHelp(String application,
String test,
PromptoVersion version) |
static ProcessDebugger |
startProcessDebugger(IDebugConfiguration config) |
static WorkerDebugger |
startWorkerDebugger(Thread thread,
Context context) |
static void |
stopProcessDebugger() |
static void |
synchronizeSchema(ICodeStore codeStore,
IStore dataStore) |
static void |
wireProcessDebugger(ProcessDebugger processDebugger,
Context context) |