symplik.flower
Class CALLA

java.lang.Object
  extended by symplik.flower.CALLA
All Implemented Interfaces:
Constants

public class CALLA
extends java.lang.Object
implements Constants

The main entry point of CALLA framework.

 Usage: 
 CALLA.bat | sh 
 -display [CONSOLE | GUI | SILENT] 
 -config [path to flower.properties file]
 
If display is not specified, it will check whether a display is present, and use GUI if possible. If config is not specified, flower.properties in current directory is used.

Version:
$Revision: 3 $
Author:
$Author: Christopher Ho $

Field Summary
static java.lang.String RCS_ID
           
 
Fields inherited from interface symplik.flower.Constants
CLASS_DEFAULT_START, CLASS_DIR_BROWSER, CLASS_FILE_BROWSER, DISPLAY_MODE, DISPLAY_MODE_CONSOLE, DISPLAY_MODE_GUI, DISPLAY_MODE_SLIENT, FILE_BROWSER_CURR_DIR, FILE_BROWSER_DIR, FILE_BROWSER_FILE, FLOWER_CONFIG, FLOWER_CONFIG_FILE, FLOWER_LAST_QUESTION, FLOWER_LOG_FILE, FLOWER_LOG_LEVEL, FLOWER_LOG_OUTPUT, FLOWER_RESPONSES, FLOWER_RESPONSES_FILE, LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_OUTPUT_FILE, LOG_OUTPUT_SYSTEM_OUT, LOG_WARN, SORT_AS_IS, SORT_BY_DESC, SORT_BY_DESC_CI, SORT_BY_KEY, SORT_BY_KEY_CI
 
Constructor Summary
CALLA()
           
 
Method Summary
private static boolean isGraphicDisplay()
           
static void main(java.lang.String[] args)
          Main class
private static void showUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values
Constructor Detail

CALLA

public CALLA()
Method Detail

main

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

Parameters:
args -

showUsage

private static void showUsage()

isGraphicDisplay

private static boolean isGraphicDisplay()


Copyright © 2010 Symplik Tech. Co. Ltd. All Rights Reserved.