public abstract class Standalone extends Object
| Constructor and Description |
|---|
Standalone() |
| 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 void |
clearGlobalContext() |
static PromptoClassLoader |
getClassLoader() |
static Context |
getGlobalContext() |
static Map<String,AttributeDeclaration> |
getMinimalDataColumns(IStore dataStore) |
static void |
initialize(IRuntimeConfiguration config) |
static void |
main(String[] args) |
static IConfigurationReader |
readerFromArgs(Map<String,String> argsMap) |
static void |
showHelp(String application,
String test,
Version version) |
static DebugRequestServer |
startDebuggerThread(LocalDebugger debugger) |
static DebugRequestServer |
startDebugging(String debugHost,
Integer debugPort) |
static void |
synchronizeSchema(ICodeStore codeStore,
IStore dataStore) |
public static IConfigurationReader readerFromArgs(Map<String,String> argsMap) throws FileNotFoundException
FileNotFoundExceptionpublic static void initialize(IRuntimeConfiguration config) throws Throwable
Throwablepublic static Context getGlobalContext()
public static PromptoClassLoader getClassLoader()
public static void clearGlobalContext()
public static DebugRequestServer startDebugging(String debugHost, Integer debugPort) throws Throwable
Throwablepublic static DebugRequestServer startDebuggerThread(LocalDebugger debugger) throws Exception
Exceptionpublic static IExpression argsToArgValue(Map<String,String> args)
public static void synchronizeSchema(ICodeStore codeStore, IStore dataStore) throws PromptoError
PromptoErrorpublic static ICodeStore bootstrapCodeStore(IStore store, IRuntimeConfiguration config) throws Exception
Exceptionpublic static Map<String,AttributeDeclaration> getMinimalDataColumns(IStore dataStore)
Copyright © 2017 Prompto. All rights reserved.