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 StringID-
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 StringgetName()StringgetTitle()voidstart(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:
getNamein classAbstractApplication
-
getTitle
public String getTitle()
- Specified by:
getTitlein classAbstractApplication
-
start
public void start(org.apache.commons.cli.CommandLine cli)
- Specified by:
startin classAbstractApplication
-
-