com.application.areca.launcher.tui
Class Launcher

java.lang.Object
  extended by com.myJava.system.AbstractLauncher
      extended by com.application.areca.AbstractArecaLauncher
          extended by com.application.areca.launcher.tui.Launcher
All Implemented Interfaces:
CommandConstants

public class Launcher
extends AbstractArecaLauncher
implements CommandConstants

Launcher

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
 
Fields inherited from class com.application.areca.AbstractArecaLauncher
ERR_JAVA_VERSION, SEPARATOR
 
Fields inherited from class com.myJava.system.AbstractLauncher
ERR_INVALID_ARCHIVE, ERR_SYNTAX, ERR_UNEXPECTED
 
Fields inherited from interface com.application.areca.launcher.tui.CommandConstants
COMMAND_BACKUP, COMMAND_CHECK, COMMAND_DELETE, COMMAND_DESCRIBE, COMMAND_MERGE, COMMAND_RECOVER, OPTION_CHECK_ALL, OPTION_CHECK_FILES, OPTION_CONFIG, OPTION_DATE, OPTION_DELAY, OPTION_DESTINATION, OPTION_DIFFERENTIAL_BACKUP, OPTION_FROM, OPTION_FULL_BACKUP, OPTION_KEEP_DELETED_ENTRIES, OPTION_SYNC, OPTION_TARGET, OPTION_TITLE, OPTION_TO
 
Constructor Summary
Launcher()
           
 
Method Summary
protected  void launchImpl(java.lang.String[] args)
           
static void main(java.lang.String[] args)
           
protected  boolean returnErrorCode()
           
 
Methods inherited from class com.application.areca.AbstractArecaLauncher
checkJavaVersion, getInstance, initialize, setInstance, showLine
 
Methods inherited from class com.myJava.system.AbstractLauncher
addCloseCallBack, exit, exit, getErrorCode, launch, setErrorCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Launcher

public Launcher()
Method Detail

main

public static void main(java.lang.String[] args)

returnErrorCode

protected boolean returnErrorCode()
Specified by:
returnErrorCode in class AbstractLauncher

launchImpl

protected void launchImpl(java.lang.String[] args)
Specified by:
launchImpl in class AbstractLauncher