|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ceryle.Ceryle
public class Ceryle
This driver class is used to access Ceryle as a command line tool. It can also bootstrap the UI desktop, when used with the "-G" argument. The complete list of command line arguments can be obtained by running Ceryle with the "-h" (help) argument.
Ceryle
Copyright 2001-2007 Murray Altheim. All Rights Reserved.
See the LICENSE file contained with the distribution.
Constants| Field Summary | |
|---|---|
String |
propertiesFile
|
protected int |
settings
|
| Method Summary | |
|---|---|
protected void |
displayHelp()
Displays ceryle's application command line help. |
protected void |
displayVersion()
Displays ceryle's application version and copyright info. |
static Ceryle |
getInstance(String[] args)
The Ceryle factory method, returning an instance of Ceryle. |
static void |
main(String[] args)
The Ceryle main class, calling the factory method. |
void |
printInfo(String javaVersion,
String paramList)
Writes to either stdout or the GUI WelcomeWindow information about the application and its environment. |
protected String |
processArguments(Iterator it)
|
void |
startCommandLineApplication()
Invokes the command line application processes. |
void |
startServices()
Establishes the basic services used by the application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int settings
public String propertiesFile
| Method Detail |
|---|
protected void displayVersion()
Messagesprotected void displayHelp()
Messages
protected String processArguments(Iterator it)
throws Exception
Exceptionpublic void startServices()
public void printInfo(String javaVersion,
String paramList)
public void startCommandLineApplication()
public static Ceryle getInstance(String[] args)
public static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||