public class RemoveAction extends BaseAction
BaseAction.BaseActionArgs
frameworkProperties, main, project
Constructor and Description |
---|
RemoveAction(CLIToolLogger main,
IPropertyLookup framework,
BaseAction.BaseActionArgs baseArgs,
CentralDispatcher dispatcher)
Create a new RemoveAction with argument specifiers
|
RemoveAction(CLIToolLogger main,
IPropertyLookup framework,
org.apache.commons.cli.CommandLine cli,
CentralDispatcher dispatcher)
Create a new RemoveAction and parse the arguments from a
CommandLine |
Modifier and Type | Method and Description |
---|---|
void |
exec()
Execute the action.
|
createArgs, getCentralDispatcher, getSingleProjectName, isVerbose, parseBaseActionArgs, setCentralDispatcher, setVerbose
public RemoveAction(CLIToolLogger main, IPropertyLookup framework, org.apache.commons.cli.CommandLine cli, CentralDispatcher dispatcher)
CommandLine
main
- loggerframework
- frameworkcli
- clipublic RemoveAction(CLIToolLogger main, IPropertyLookup framework, BaseAction.BaseActionArgs baseArgs, CentralDispatcher dispatcher)
main
- loggerframework
- framework objectbaseArgs
- base argspublic void exec() throws java.lang.Throwable
exec
in interface Action
exec
in class BaseAction
java.lang.Throwable
- unimplemented