org.nakedobjects
Class Client

java.lang.Object
  extended byorg.nakedobjects.Application
      extended byorg.nakedobjects.Client

public class Client
extends Application

This class is used to start Naked Object applications. The configuration file allows specific object stores and viewers to be loaded in to determine whether the system starts up as a server, client etc.


Constructor Summary
Client()
           
 
Method Summary
protected  void classSet(NakedClassList classes)
           
protected  void init()
          Controls the complete configuration process.
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.nakedobjects.Application
configureSystemLogging, hasProperty, loadConfiguration, set, setting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
       throws ConfigurationException
Method Detail

classSet

protected void classSet(NakedClassList classes)
                 throws ConfigurationException
Throws:
ConfigurationException

init

protected void init()
             throws ConfigurationException
Controls the complete configuration process.

Throws:
ConfigurationException

main

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