cad.simcad.main_server
Class RunMainServer

java.lang.Object
  |
  +--cad.simcad.main_server.RunMainServer

public class RunMainServer
extends java.lang.Object

Author:
Administrator

Constructor Summary
RunMainServer()
          Creates a new instance of RunMainServer
 
Method Summary
static java.util.Properties getProperties()
          Get the properties.
static java.lang.String getProperty(java.lang.String key)
          Forward to the internal properties object.
static void main(java.lang.String[] args)
           
static void setProperty(java.lang.String key, java.lang.String value)
          Shortcut for getProperties().put.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunMainServer

public RunMainServer()
Creates a new instance of RunMainServer

Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments

getProperties

public static java.util.Properties getProperties()
Get the properties.


getProperty

public static java.lang.String getProperty(java.lang.String key)
Forward to the internal properties object. Use this instead of ReeRun.getProperties().getProperty(key).


setProperty

public static void setProperty(java.lang.String key,
                               java.lang.String value)
Shortcut for getProperties().put.


Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be