Uses of Class
com.iizix.server.prop.ServerProps
Packages that use ServerProps Package Description com.iizigo.server.config com.iizix.server com.iizix.server.prop Uses of ServerProps in com.iizigo.server.config
Subclasses of ServerProps in com.iizigo.server.config Modifier and Type Class Description class
EditorServerProps
Editor version of the container that holds the server properties.Uses of ServerProps in com.iizix.server
Methods in com.iizix.server that return ServerProps Modifier and Type Method Description ServerProps
IServer. getServerProperties()
Gets the Server Properties.ServerProps
ServerShell. getServerProperties()
Gets the Server Properties.Uses of ServerProps in com.iizix.server.prop
Methods in com.iizix.server.prop that return ServerProps Modifier and Type Method Description ServerProps
ServerProps. clone()
Creates a clone out of this property.static ServerProps
ServerProps. createServerProps(PropMgr propertyManager)
Creates a new instance of the Server properties.