Class Config.NotImplemented

  • All Implemented Interfaces:
    Config
    Enclosing interface:
    Config

    public static class Config.NotImplemented
    extends Object
    implements Config
    A default implementation which allows source compatibility when adding new methods to the interface.
    • Constructor Detail

      • NotImplemented

        public NotImplemented()
    • Method Detail

      • server

        public Server server()
        Description copied from interface: Config
        Returns an API for getting server related configurations.
        Specified by:
        server in interface Config