Class ManualApp
- java.lang.Object
-
- com.openindex.openestate.tool.AbstractApplication
-
- com.openindex.openestate.tool.manual.ManualApp
-
- All Implemented Interfaces:
org.xnap.commons.i18n.LocaleChangeListener
public class ManualApp extends AbstractApplication
ManualApp.- 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 Modifier and Type Field Description static String
ID
-
Fields inherited from class com.openindex.openestate.tool.AbstractApplication
CMD_HELP, CMD_JDBC_LOGGING
-
-
Constructor Summary
Constructors Constructor Description ManualApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getTitle()
void
start(org.apache.commons.cli.CommandLine cli)
-
Methods inherited from class com.openindex.openestate.tool.AbstractApplication
addExitListener, addTaskListener, end, executeTask, executeTaskAndWait, executeTaskAndWait, exit, exit, exit, exit, getCommandLine, getCommandLineOptions, getDbDriver, getDbExtension, getVersion, init, isConsole, isJdbcLogging, isLocalDb, isRemoteDb, isSwing, localeChanged, removeExitListener, removeTaskListener, shutdown, updateLocalization
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in classAbstractApplication
-
getTitle
public String getTitle()
- Specified by:
getTitle
in classAbstractApplication
-
start
public void start(org.apache.commons.cli.CommandLine cli)
- Specified by:
start
in classAbstractApplication
-
-