Class Configuration.ClassList

    • Constructor Detail

      • ClassList

        public ClassList()
        Deprecated.
      • ClassList

        public ClassList​(String[] classes)
        Deprecated.
      • ClassList

        public ClassList​(List<String> classes)
        Deprecated.
    • Method Detail

      • setServerDefault

        public static Configuration.ClassList setServerDefault​(Server server)
        Deprecated.
        Get/Set/Create the server default Configuration ClassList.

        Get the class list from: a Server bean; or the attribute (which can either be a ClassList instance or an String[] of class names); or a new instance with default configuration classes.

        This method also adds the obtained ClassList instance as a dependent bean on the server and clears the attribute

        Parameters:
        server - The server the default is for
        Returns:
        the server default ClassList instance of the configuration classes for this server. Changes to this list will change the server default instance.
      • serverDefault

        public static Configuration.ClassList serverDefault​(Server server)
        Deprecated.
        Get/Create the server default Configuration ClassList.

        Get the class list from: a Server bean; or the attribute (which can either be a ClassList instance or an String[] of class names); or a new instance with default configuration classes.

        Parameters:
        server - The server the default is for
        Returns:
        A copy of the server default ClassList instance of the configuration classes for this server. Changes to the returned list will not change the server default.
      • addAfter

        public void addAfter​(@Name("afterClass")
                             String afterClass,
                             @Name("configClass")
                             String... configClass)
        Deprecated.
      • addBefore

        public void addBefore​(@Name("beforeClass")
                              String beforeClass,
                              @Name("configClass")
                              String... configClass)
        Deprecated.
      • replace

        public void replace​(@Name("replaceClass")
                            String replaceClass,
                            @Name("configClass")
                            String configClass)
        Deprecated.