Interface Config
-
- All Known Implementing Classes:
Config.NotImplemented
public interface Config
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Config.NotImplemented
A default implementation which allows source compatibility when adding new methods to the interface.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Server
server()
-
-
-
Method Detail
-
server
Server server()
- Returns:
- An API for getting server related configurations.
-
-