|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
net.sf.juoserver.configuration | |
net.sf.juoserver.files | |
net.sf.juoserver.model | |
net.sf.juoserver.networking | |
net.sf.juoserver.protocol |
Uses of Configuration in net.sf.juoserver.configuration |
---|
Classes in net.sf.juoserver.configuration that implement Configuration | |
---|---|
class |
ConfigurationImpl
|
Uses of Configuration in net.sf.juoserver.files |
---|
Constructors in net.sf.juoserver.files with parameters of type Configuration | |
---|---|
CustomizationHelper(Configuration configuration,
FileReadersFactory fileReadersFactory)
|
Uses of Configuration in net.sf.juoserver.model |
---|
Methods in net.sf.juoserver.model that return Configuration | |
---|---|
Configuration |
CoreImpl.getConfiguration()
|
Methods in net.sf.juoserver.model with parameters of type Configuration | |
---|---|
void |
CoreImpl.setConfiguration(Configuration configuration)
|
Uses of Configuration in net.sf.juoserver.networking |
---|
Constructors in net.sf.juoserver.networking with parameters of type Configuration | |
---|---|
ServerImpl(Core core,
ClientHandlerFactory clientHandlerFactory,
Configuration configuration,
DataManager dataManager)
|
Uses of Configuration in net.sf.juoserver.protocol |
---|
Methods in net.sf.juoserver.protocol that return Configuration | |
---|---|
Configuration |
ControllerFactoryImpl.getConfiguration()
|
Methods in net.sf.juoserver.protocol with parameters of type Configuration | |
---|---|
void |
ControllerFactoryImpl.setConfiguration(Configuration configuration)
|
Constructors in net.sf.juoserver.protocol with parameters of type Configuration | |
---|---|
ControllerImpl(ClientHandler clientHandler,
Core core,
ClientMovementTracker movementTracker,
Configuration configuration)
Builds a new controller and attaches it to the specified ClientHandler . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |