com.application.areca
Class AbstractArecaLauncher

java.lang.Object
  extended by com.myJava.system.AbstractLauncher
      extended by com.application.areca.AbstractArecaLauncher
Direct Known Subclasses:
CmdLineDeCipher, CmdLineDeZip, Launcher, Launcher

public abstract class AbstractArecaLauncher
extends AbstractLauncher


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
static int ERR_JAVA_VERSION
           
static java.lang.String SEPARATOR
           
 
Fields inherited from class com.myJava.system.AbstractLauncher
ERR_INVALID_ARCHIVE, ERR_SYNTAX, ERR_UNEXPECTED
 
Constructor Summary
AbstractArecaLauncher()
           
 
Method Summary
protected  void checkJavaVersion()
           
static AbstractArecaLauncher getInstance()
           
protected  void initialize()
           
static void setInstance(AbstractArecaLauncher instance)
           
protected static void showLine()
           
 
Methods inherited from class com.myJava.system.AbstractLauncher
addCloseCallBack, exit, exit, getErrorCode, launch, launchImpl, returnErrorCode, setErrorCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERR_JAVA_VERSION

public static final int ERR_JAVA_VERSION
See Also:
Constant Field Values

SEPARATOR

public static java.lang.String SEPARATOR
Constructor Detail

AbstractArecaLauncher

public AbstractArecaLauncher()
Method Detail

getInstance

public static AbstractArecaLauncher getInstance()

setInstance

public static void setInstance(AbstractArecaLauncher instance)

initialize

protected void initialize()
Specified by:
initialize in class AbstractLauncher

checkJavaVersion

protected void checkJavaVersion()
Specified by:
checkJavaVersion in class AbstractLauncher

showLine

protected static void showLine()