public class SubModAddOwner2All extends Module
Constructor and Description |
---|
SubModAddOwner2All(java.lang.String[] args) |
SubModAddOwner2All(java.lang.String input,
java.lang.String output,
java.lang.String pdrTypes,
java.lang.String toUsers) |
SubModAddOwner2All(java.lang.String input,
java.lang.String output,
java.lang.String pdrTypes,
java.lang.String fromUsers,
java.lang.String toUsers) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Performs the actions provieded my the implementing module.
|
protected Options |
getActionOptions(java.lang.String actionName)
Required for the command line help system.
|
static java.lang.String |
moduleDescription() |
protected void |
parseParams()
Method to handle parameter value parsing in subclasses.
|
boolean |
requiresConnection()
Tells the caller if this module requires connection to the repository.
|
getArgs, getCommandLine, getModuleName, getOptions, notifyListeners, notifyListeners, notifyListeners, notifyListeners, notifyListeners, parseArgs
public SubModAddOwner2All(java.lang.String[] args)
public SubModAddOwner2All(java.lang.String input, java.lang.String output, java.lang.String pdrTypes, java.lang.String fromUsers, java.lang.String toUsers)
public SubModAddOwner2All(java.lang.String input, java.lang.String output, java.lang.String pdrTypes, java.lang.String toUsers)
protected final void parseParams() throws java.lang.Exception
Module
parseParams
in class Module
java.lang.Exception
- Is thrown when command line values fail to pass the required validation.public final void execute() throws java.lang.Exception
Module
protected final Options getActionOptions(java.lang.String actionName) throws java.lang.Exception
Module
getActionOptions
in class Module
actionName
- (String) Name of the submodule called in the command line.java.lang.Exception
- Error retrieving the requestes informations.public static java.lang.String moduleDescription()
public boolean requiresConnection()
Module
requiresConnection
in class Module