Uses of Interface
prompto.config.IStandaloneConfiguration
-
Packages that use IStandaloneConfiguration Package Description prompto.config prompto.runtime -
-
Uses of IStandaloneConfiguration in prompto.config
Classes in prompto.config that implement IStandaloneConfiguration Modifier and Type Class Description static classIStandaloneConfiguration.InlineclassStandaloneConfigurationMethods in prompto.config that return IStandaloneConfiguration Modifier and Type Method Description IStandaloneConfigurationIStandaloneConfiguration.Inline. withMainMethod(String method)IStandaloneConfigurationIStandaloneConfiguration. withMainMethod(String method)IStandaloneConfigurationStandaloneConfiguration. withMainMethod(String method)IStandaloneConfigurationIStandaloneConfiguration.Inline. withTestMethod(String method)IStandaloneConfigurationIStandaloneConfiguration. withTestMethod(String method)IStandaloneConfigurationStandaloneConfiguration. withTestMethod(String method) -
Uses of IStandaloneConfiguration in prompto.runtime
Methods in prompto.runtime with parameters of type IStandaloneConfiguration Modifier and Type Method Description static voidStandalone. main(IStandaloneConfiguration config, ICodeStore codeStore, IStore dataStore)static voidStandalone. run(IStandaloneConfiguration config)
-