Class MetamergeConfigFS

    • Field Detail

      • XT_ASSEMBLYLINE

        public static final java.lang.String XT_ASSEMBLYLINE
        Deprecated.
        Extension --> type mapping
        See Also:
        Constant Field Values
      • XT_CONNECTOR

        public static final java.lang.String XT_CONNECTOR
        Deprecated.
        See Also:
        Constant Field Values
      • XT_ATTRMAP

        public static final java.lang.String XT_ATTRMAP
        Deprecated.
        See Also:
        Constant Field Values
      • XT_FUNCTION

        public static final java.lang.String XT_FUNCTION
        Deprecated.
        See Also:
        Constant Field Values
      • XT_CLS

        public static final java.lang.Class<?>[] XT_CLS
        Deprecated.
      • XT_EXT

        public static final java.lang.String[] XT_EXT
        Deprecated.
      • MC_URLBASE

        public static final java.lang.String MC_URLBASE
        Deprecated.
        See Also:
        Constant Field Values
      • configError

        protected java.lang.Exception configError
        Deprecated.
    • Constructor Detail

      • MetamergeConfigFS

        public MetamergeConfigFS()
        Deprecated.
      • MetamergeConfigFS

        public MetamergeConfigFS​(java.util.Hashtable env)
                          throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
    • Method Detail

      • getInstance

        public static MetamergeConfigFS getInstance​(java.lang.String str)
                                             throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • getInstance

        public static MetamergeConfigFS getInstance​(java.lang.String str,
                                                    boolean create)
                                             throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • getDefaultConfigObject

        public BaseConfiguration getDefaultConfigObject()
                                                 throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • setDefaultName

        public boolean setDefaultName​(java.lang.String name)
                               throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • getDefaultConfigObject

        public BaseConfiguration getDefaultConfigObject​(boolean standardName)
                                                 throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • findDefaultObject

        public org.w3c.dom.Element findDefaultObject()
                                              throws java.lang.Exception
        Deprecated.
        This method cleans the XML config by removing all items except the one configured for this configuration. In particular, this configuration can hold only one single configuration object.
        Throws:
        java.lang.Exception
      • createDefaultObjectInstance

        public void createDefaultObjectInstance​(org.w3c.dom.Element defaultNode)
                                         throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • commitChanges

        public void commitChanges​(java.lang.Object output,
                                  boolean isSave)
                           throws java.lang.Exception
        Deprecated.
        Description copied from class: MetamergeConfigXML
        Save XML tree to output stream.
        Specified by:
        commitChanges in interface MetamergeConfig
        Overrides:
        commitChanges in class MetamergeConfigXML
        Parameters:
        output - Null or any object supported by the underlying driver.
        isSave - true if this is a permanent save, false if this just saves to e.g. a command window.
        Throws:
        java.lang.Exception
      • bind

        public void bind​(java.lang.Object name,
                         java.lang.Object obj)
                  throws java.lang.Exception
        Deprecated.
        Description copied from interface: MetamergeConfig
        Adds a new object to the configuration at the location specified by name
        Specified by:
        bind in interface MetamergeConfig
        Overrides:
        bind in class MetamergeConfigXML
        Parameters:
        name - Name
        obj - Configuration Object
        Throws:
        java.lang.Exception
      • rebind

        public void rebind​(java.lang.Object name,
                           java.lang.Object obj)
                    throws java.lang.Exception
        Deprecated.
        Description copied from interface: MetamergeConfig
        Adds or replaces a new object to the configuration.
        Specified by:
        rebind in interface MetamergeConfig
        Overrides:
        rebind in class MetamergeConfigXML
        Parameters:
        name - Name
        obj - Configuration Object
        Throws:
        java.lang.Exception
      • internalLookup

        protected java.lang.Object internalLookup​(java.lang.Object namex)
                                           throws java.lang.Exception
        Deprecated.
        Description copied from class: MetamergeConfigXML
        Called by super's lookup
        Overrides:
        internalLookup in class MetamergeConfigXML
        Throws:
        java.lang.Exception
      • externalLookup

        public java.lang.Object externalLookup​(java.lang.Object name)
                                        throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • getBase

        public java.lang.String getBase()
        Deprecated.
      • setBase

        public void setBase​(java.lang.String base)
        Deprecated.
      • getExtensionFor

        public java.lang.String getExtensionFor​(BaseConfiguration config)
        Deprecated.
      • convertExternalProperties

        protected void convertExternalProperties()
                                          throws java.lang.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • commitVersion

        public void commitVersion()
                           throws java.lang.Exception
        Deprecated.
        Save XML tree to output stream.
        Throws:
        java.lang.Exception