Interface IInitializableComponentData


public interface IInitializableComponentData
This is a lightweight implementation of registration data to initialize a new component
See Also:
  • Method Details

    • getComponentClassName

      String getComponentClassName()
      Returns:
      the classname for this component
    • getConfig

      Element getConfig()
      Returns:
      the config element for this component, Maybe NULL
      See Also:
    • getConfigStream

      String getConfigStream()
      Returns raw text of the configuration for getConfig method.
      Returns:
    • getProperties

      Map<String,Object> getProperties()
      Returns:
      the properties for this data, Maybe NULL
      See Also:
    • getURI

      IURI getURI()
      Returns:
      the uri that describes where to get the data. This Maybe NULL
      See Also:
    • getConfigFile

      String getConfigFile()
      Get configFile attribute value to