|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectrestgroupsServer.ServerMain
public class ServerMain
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.
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 |
---|
public static java.lang.String settingsFilename
public static GcsBuilder gcsBuilder
Constructor Detail |
---|
public ServerMain()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- only a path to a settings XML file should be specified
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |