Class BlockLibraryConfig

  • All Implemented Interfaces:
    ConfigurationElement, ConfigurationFile, java.lang.Cloneable

    public class BlockLibraryConfig
    extends AbstractConfigurationElement
    THIS CLASS IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE CLASS IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT.
    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • NODE_BLOCK_LIBRARY

        public static final java.lang.String NODE_BLOCK_LIBRARY
        See Also:
        Constant Field Values
    • Constructor Detail

      • BlockLibraryConfig

        public BlockLibraryConfig()
        Creates a new AggregatingTaskFactoryConfig object.
    • Method Detail

      • getMacros

        public Macros getMacros()
      • getBlock

        public BlockConfig getBlock​(java.lang.String blockName)
      • getBlocks

        public java.util.List<BlockConfig> getBlocks()
      • getIncludeBlock

        public IncludeBlock getIncludeBlock​(java.lang.String includeBlockName)
      • getIncludeBlocks

        public java.util.List<IncludeBlock> getIncludeBlocks()
      • getIncludeDirs

        public java.util.List<IncludeDir> getIncludeDirs()
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
      • getDTDFileName

        protected java.lang.String getDTDFileName()
        Description copied from class: AbstractConfigurationElement
        Returns the name of a DTD file that will be added as SystemID to the XML resulting from serializing the contents of this ConfigurationElement into a file; null by default. This method should be extended if the concrete instance of an element has a predefined DTD file associated.
        Overrides:
        getDTDFileName in class AbstractConfigurationElement