Package | Description |
---|---|
org.projectnyx.config |
This package reads XML-encoded configs whose structure is reflected by runtime Java classes.
|
org.projectnyx.network.xml | |
org.projectnyx.properties |
This package declares the structure of elements in
nyx.xml |
Modifier and Type | Method and Description |
---|---|
ConfigElement |
ConfigElement.getParent() |
ConfigElement |
ConfigParser.parse()
Parses the config and returns the config root.
|
ConfigElement |
ConfigElement.setParent(ConfigElement parent) |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ConfigElement> |
ConfigParser.computeClassName(String name,
String packageContext) |
Map<String,ConfigElement> |
ConfigElement.getOtherChildren() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigElement.addElement(ConfigElement element) |
ConfigElement |
ConfigElement.setParent(ConfigElement parent) |
Modifier and Type | Class and Description |
---|---|
class |
FieldRef |
class |
PacketField |
class |
ProtocolDeclaration |
class |
Structure |
Modifier and Type | Class and Description |
---|---|
class |
NyxConfig
Root element in the nyx.xml file
|
class |
Server |
class |
Servers
The servers launched to listen for connections.
|
Copyright © 2016. All rights reserved.