Package com.openindex.openestate.tool
Class AbstractConsoleApplication
- java.lang.Object
-
- com.openindex.openestate.tool.AbstractApplication
-
- com.openindex.openestate.tool.AbstractConsoleApplication
-
- All Implemented Interfaces:
org.xnap.commons.i18n.LocaleChangeListener
public abstract class AbstractConsoleApplication extends AbstractApplication
AbstractConsoleApplication.- Author:
- Andreas Rudolph
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.AbstractApplication
AbstractApplication.ExitListener, AbstractApplication.TaskAdapter, AbstractApplication.TaskListener
-
-
Field Summary
-
Fields inherited from class com.openindex.openestate.tool.AbstractApplication
CMD_HELP, CMD_JDBC_LOGGING
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractConsoleApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Console
getConsole()
void
init(org.apache.commons.cli.CommandLine commandLine)
-
Methods inherited from class com.openindex.openestate.tool.AbstractApplication
addExitListener, addTaskListener, end, executeTask, executeTaskAndWait, executeTaskAndWait, exit, exit, exit, exit, getCommandLine, getCommandLineOptions, getDbDriver, getDbExtension, getName, getTitle, getVersion, isConsole, isJdbcLogging, isLocalDb, isRemoteDb, isSwing, localeChanged, removeExitListener, removeTaskListener, shutdown, start, updateLocalization
-
-
-
-
Method Detail
-
getConsole
public Console getConsole()
-
init
public void init(org.apache.commons.cli.CommandLine commandLine)
- Overrides:
init
in classAbstractApplication
-
-