Class ManagerSF

    • Constructor Detail

      • ManagerSF

        public ManagerSF()
    • Method Detail

      • isDefaultManager

        protected boolean isDefaultManager​(StandardManager smanager)
        Is this an instance of the default Manager configuration, with all-default properties?
        Parameters:
        smanager - Manager to be tested
        Returns:
        true if this is an instance of the default manager
      • storeChildren

        public void storeChildren​(java.io.PrintWriter aWriter,
                                  int indent,
                                  java.lang.Object aManager,
                                  StoreDescription parentDesc)
                           throws java.lang.Exception
        Description copied from class: StoreFactoryBase
        Must Implement at subclass for custom store children handling.
        Overrides:
        storeChildren in class StoreFactoryBase
        Parameters:
        aWriter - Current output writer
        indent - Indentation level
        aManager - Current element
        parentDesc - The element description
        Throws:
        java.lang.Exception - Configuration storing error