org.yasl.arch.impl.application
Class YASLApplicationStarter

java.lang.Object
  extended byorg.yasl.arch.impl.application.YASLApplicationStarter

public final class YASLApplicationStarter
extends Object

Version:
1.0
Author:
Jeff Chapman

Field Summary
protected static String DEFAULT_APP_CONFIG_PROPERTIES
           
protected static String KEY_APP_TYPE
           
protected static String KEY_CONFIG_APP
           
protected static String KEY_CONFIG_FILE
           
protected static String KEY_CONFIG_HELPER
           
protected static String KEY_SPLASH
           
protected static String KEY_SPLASH_DURATION
           
protected static String KEY_SPLASH_HEIGHT
           
protected static String KEY_SPLASH_WIDTH
           
protected static String[] propKeys
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_CONFIG_HELPER

protected static final String KEY_CONFIG_HELPER
See Also:
Constant Field Values

KEY_CONFIG_FILE

protected static final String KEY_CONFIG_FILE
See Also:
Constant Field Values

KEY_APP_TYPE

protected static final String KEY_APP_TYPE
See Also:
Constant Field Values

KEY_CONFIG_APP

protected static final String KEY_CONFIG_APP
See Also:
Constant Field Values

KEY_SPLASH

protected static final String KEY_SPLASH
See Also:
Constant Field Values

KEY_SPLASH_DURATION

protected static final String KEY_SPLASH_DURATION
See Also:
Constant Field Values

KEY_SPLASH_WIDTH

protected static final String KEY_SPLASH_WIDTH
See Also:
Constant Field Values

KEY_SPLASH_HEIGHT

protected static final String KEY_SPLASH_HEIGHT
See Also:
Constant Field Values

propKeys

protected static final String[] propKeys

DEFAULT_APP_CONFIG_PROPERTIES

protected static final String DEFAULT_APP_CONFIG_PROPERTIES
See Also:
Constant Field Values
Method Detail

main

public static void main(String[] args)