public class StandaloneConfiguration extends RuntimeConfiguration implements IStandaloneConfiguration
IStandaloneConfiguration.Inline| Constructor and Description |
|---|
StandaloneConfiguration(IConfigurationReader reader,
Map<String,String> arguments) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMainMethod() |
String |
getTestMethod() |
com.esotericsoftware.yamlbeans.document.YamlMapping |
toYaml() |
IStandaloneConfiguration |
withMainMethod(String method) |
IStandaloneConfiguration |
withTestMethod(String method) |
getAddOnURLs, getApplicationName, getApplicationVersion, getArguments, getCodeStoreConfiguration, getDataStoreConfiguration, getDebugConfiguration, getResourceURLs, getRuntimeLibs, getRuntimeMode, isLoadRuntime, withAddOnURLs, withApplicationName, withApplicationVersion, withCodeStoreConfiguration, withDataStoreConfiguration, withDebugConfiguration, withLoadRuntime, withResourceURLs, withRuntimeLibs, withRuntimeModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAddOnURLs, getApplicationName, getApplicationVersion, getArguments, getCodeStoreConfiguration, getDataStoreConfiguration, getDebugConfiguration, getResourceURLs, getRuntimeLibs, getRuntimeMode, isLoadRuntime, withAddOnURLs, withApplicationName, withApplicationVersion, withCodeStoreConfiguration, withDataStoreConfiguration, withDebugConfiguration, withLoadRuntime, withResourceURLs, withRuntimeLibs, withRuntimeModepublic StandaloneConfiguration(IConfigurationReader reader, Map<String,String> arguments)
public String getMainMethod()
getMainMethod in interface IStandaloneConfigurationpublic String getTestMethod()
getTestMethod in interface IStandaloneConfigurationpublic IStandaloneConfiguration withMainMethod(String method)
withMainMethod in interface IStandaloneConfigurationpublic IStandaloneConfiguration withTestMethod(String method)
withTestMethod in interface IStandaloneConfigurationpublic com.esotericsoftware.yamlbeans.document.YamlMapping toYaml()
throws com.esotericsoftware.yamlbeans.YamlException
toYaml in interface IRuntimeConfigurationtoYaml in class IRuntimeConfiguration.Inlinecom.esotericsoftware.yamlbeans.YamlExceptionCopyright © 2021 Prompto. All rights reserved.