public abstract class Application extends Object
| Constructor and Description |
|---|
Application() |
public static Map<String,String> initialize(String[] args, java.util.function.Supplier<Collection<URL>> runtimeSupplier) throws Throwable
Throwablepublic static Context getGlobalContext()
public static PromptoClassLoader getClassLoader()
public static DebugRequestServer startDebugging(String debugHost, Integer debugPort) throws Throwable
Throwablepublic static DebugRequestServer startDebuggerThread(LocalDebugger debugger) throws Exception
Exceptionpublic static IExpression argsToArgValue(String[] args)
public static IStoreFactory newStoreFactory(String factoryName) throws Throwable
Throwablepublic static void synchronizeSchema(ICodeStore codeStore, IStore dataStore) throws PromptoError
PromptoErrorpublic static ICodeStore bootstrapCodeStore(IStore store, String application, Version version, boolean testMode, URL[] addOns, String... resourceNames) throws Exception
Exceptionpublic static ICodeStore bootstrapCodeStore(IStore store, java.util.function.Supplier<Collection<URL>> runtimeSupplier, String application, Version version, boolean testMode, URL[] addOns, String... resourceNames) throws Exception
Exceptionpublic static Map<String,AttributeDeclaration> getMinimalDataColumns(IStore dataStore)
Copyright © 2017 Prompto. All rights reserved.