public abstract class Command extends Object
| Modifier and Type | Method and Description |
|---|---|
protected void |
error(String s) |
protected void |
error(Throwable e) |
protected String |
getCommandName() |
protected void |
info(String s) |
abstract void |
run() |
public Command(String commandName)
protected String getCommandName()
public abstract void run()
throws InvalidConfigurationException,
SQLException,
UnsupportedDatabaseTypeException,
InvalidSchemaException,
NoSuchAlgorithmException,
CouldNotHashException,
IOException,
InvalidHashFileException,
CouldNotCopyDataException
protected void info(String s)
protected void error(String s)
protected void error(Throwable e)
Copyright © 2024. All rights reserved.