public class SecretsDecryptAction extends Object implements StallionRunAction<SecretsDecryptOptions>
Constructor and Description |
---|
SecretsDecryptAction() |
Modifier and Type | Method and Description |
---|---|
void |
execute(SecretsDecryptOptions options)
Actually do the action.
|
String |
getActionName()
The name of the action, will be used on the command line to run the action.
|
String |
getHelp()
A friendly description of what the action does, will be printed on the command-line
when help is asked for.
|
void |
loadApp(SecretsDecryptOptions options)
Load the application context.
|
SecretsDecryptOptions |
newCommandOptions()
Each action might have its own command-line arguments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSubActionName
public SecretsDecryptAction()
public String getActionName()
StallionRunAction
getActionName
in interface StallionRunAction<SecretsDecryptOptions>
public String getHelp()
StallionRunAction
getHelp
in interface StallionRunAction<SecretsDecryptOptions>
public void loadApp(SecretsDecryptOptions options)
StallionRunAction
loadApp
in interface StallionRunAction<SecretsDecryptOptions>
public SecretsDecryptOptions newCommandOptions()
StallionRunAction
newCommandOptions
in interface StallionRunAction<SecretsDecryptOptions>
public void execute(SecretsDecryptOptions options) throws Exception
StallionRunAction
execute
in interface StallionRunAction<SecretsDecryptOptions>
Exception
Copyright © 2016. All rights reserved.