Class ConnectorSF

    • Constructor Detail

      • ConnectorSF

        public ConnectorSF()
    • Method Detail

      • storeChildren

        public void storeChildren​(java.io.PrintWriter aWriter,
                                  int indent,
                                  java.lang.Object aConnector,
                                  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
        aConnector - Current element
        parentDesc - The element description
        Throws:
        java.lang.Exception - Configuration storing error
      • printOpenTag

        protected void printOpenTag​(java.io.PrintWriter aWriter,
                                    int indent,
                                    java.lang.Object bean,
                                    StoreDescription aDesc)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • storeConnectorAttributes

        protected void storeConnectorAttributes​(java.io.PrintWriter aWriter,
                                                int indent,
                                                java.lang.Object bean,
                                                StoreDescription aDesc)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printTag

        protected void printTag​(java.io.PrintWriter aWriter,
                                int indent,
                                java.lang.Object bean,
                                StoreDescription aDesc)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception