Package | Description |
---|---|
io.stallion.boot | |
io.stallion.plugins | |
io.stallion.secrets | |
io.stallion.settings | |
io.stallion.testing | |
io.stallion.tools | |
io.stallion.users |
Modifier and Type | Interface and Description |
---|---|
interface |
StallionRunAction<T extends CommandOptionsBase>
A way to implement executable actions that can be run via the command line.
|
Modifier and Type | Class and Description |
---|---|
class |
ForceActionOptions |
class |
ServeCommandOptions |
class |
SqlGenerateCommandOptions |
class |
SqlMigrateCommandOptions |
Modifier and Type | Method and Description |
---|---|
default <T extends CommandOptionsBase> |
StallionRunAction.newCommandOptions()
Each action might have its own command-line arguments.
|
Modifier and Type | Method and Description |
---|---|
protected CommandOptionsBase |
NewProjectBuilder.getOptions() |
CommandOptionsBase |
NewProjectBuilder.newCommandOptions() |
CommandOptionsBase |
NewJavaPluginRunAction.newCommandOptions() |
CommandOptionsBase |
CommandOptionsBase.setAutoReload(boolean autoReload) |
CommandOptionsBase |
CommandOptionsBase.setLoggingAlwaysIncludesLineNumber(boolean loggingAlwaysIncludesLineNumber) |
Modifier and Type | Method and Description |
---|---|
void |
NewProjectBuilder.execute(CommandOptionsBase options) |
void |
NewJavaPluginRunAction.execute(CommandOptionsBase options) |
void |
NewDraftPageAction.execute(CommandOptionsBase options) |
protected void |
NewProjectBuilder.init(CommandOptionsBase options) |
static AppContextLoader |
AppContextLoader.loadAndStartForTests(CommandOptionsBase options)
Same as calling loadCompletely() and startServicesForTests(), but configures in a way suitable for tests
Some services, such as jobs, will not be started.
|
void |
NewProjectBuilder.loadApp(CommandOptionsBase options) |
void |
NewJavaPluginRunAction.loadApp(CommandOptionsBase options) |
void |
NewDraftPageAction.loadApp(CommandOptionsBase options) |
static AppContextLoader |
AppContextLoader.loadCompletely(CommandOptionsBase options)
Calls load completely as non-script, in non-test mode
|
static AppContextLoader |
AppContextLoader.loadCompletely(CommandOptionsBase options,
boolean isScript)
Calls load completely in non-test mode
|
static AppContextLoader |
AppContextLoader.loadCompletely(CommandOptionsBase options,
boolean isScript,
boolean testMode)
Loads the entire Stallion application.
|
static AppContextLoader |
AppContextLoader.loadCompletelyForScript(CommandOptionsBase options)
Calls load completely in script mode, in non-test mode
|
static AppContextLoader |
AppContextLoader.loadWithSettingsOnly(CommandOptionsBase options)
Instaniates the _app singleton but only hydrates the settings.
|
protected NewProjectBuilder |
NewProjectBuilder.setOptions(CommandOptionsBase options) |
Modifier and Type | Class and Description |
---|---|
class |
PluginTestsOptions |
Modifier and Type | Class and Description |
---|---|
class |
SecretsDecryptOptions |
Modifier and Type | Method and Description |
---|---|
void |
SecretsAction.execute(CommandOptionsBase options) |
void |
SecretsAction.loadApp(CommandOptionsBase options) |
void |
SecretsCommandLineManager.start(CommandOptionsBase options) |
Modifier and Type | Method and Description |
---|---|
static Settings |
Settings.init(String env,
CommandOptionsBase options) |
<T extends ISettings> |
SettingsLoader.loadSettings(String env,
String targetFolder,
String baseName,
Class<T> settingsClass,
CommandOptionsBase options) |
Modifier and Type | Class and Description |
---|---|
class |
TestCommandOptions |
Modifier and Type | Class and Description |
---|---|
class |
ScriptOptions |
Modifier and Type | Method and Description |
---|---|
void |
UserAdder.execute(CommandOptionsBase options) |
void |
UserAdder.execute(CommandOptionsBase options,
String action) |
void |
UserAdder.loadApp(CommandOptionsBase options) |
Copyright © 2016. All rights reserved.