restgroupsServer
Class ServerMain

java.lang.Object
  extended by restgroupsServer.ServerMain

public class ServerMain
extends java.lang.Object

This is the main class of the RestGroups server. Before the main server component starts (@see RestGroupsApplication), the settings are loaded from given XML file.

Author:
tkob

Field Summary
static GcsBuilder gcsBuilder
           
static java.lang.String settingsFilename
           
 
Constructor Summary
ServerMain()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method of the RestGroups server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settingsFilename

public static java.lang.String settingsFilename

gcsBuilder

public static GcsBuilder gcsBuilder
Constructor Detail

ServerMain

public ServerMain()
Method Detail

main

public static void main(java.lang.String[] args)
The main method of the RestGroups server.

Parameters:
args - only a path to a settings XML file should be specified