Interface VitamApplication<A extends VitamApplication<A,​C>,​C extends VitamApplicationConfiguration>

    • Method Detail

      • getConfigFilename

        java.lang.String getConfigFilename()
        Return the name as a string of your configuration file. Example : "logbook.conf"
        Could be overridden if necessary
        Returns:
        the name of the application configuration file
      • getConfiguration

        C getConfiguration()
        Returns:
        the configuration
      • setConfiguration

        void setConfiguration​(C configuration)
        Allow to override this method in Junit
        Parameters:
        configuration -
      • getConfigurationType

        java.lang.Class<C> getConfigurationType()
        Returns:
        the Configuration Class
      • getApplicationHandlers

        org.eclipse.jetty.server.Handler getApplicationHandlers()
        Returns:
        the application Handler