Class ConfigurationDeploymentDescriptorFile

    • Constructor Detail

      • ConfigurationDeploymentDescriptorFile

        public ConfigurationDeploymentDescriptorFile()
    • Method Detail

      • registerBundle

        public void registerBundle​(Map<String,​Class<?>> rootNodesMap,
                                   Map<String,​String> publicIDToDTDMap,
                                   Map<String,​List<Class<?>>> versionUpgrades)
        Register the root node for this runtime deployment descriptor file in the root nodes map, and also in the dtd map which will be used for dtd validation.
        Parameters:
        rootNodesMap - the map for storing all the root nodes
        publicIDToDTDMap - the map for storing public id to dtd mapping
        versionUpgrades - The list of upgrades from older versions
      • isValidating

        public boolean isValidating()
        Return whether this configuration file can be validated.
        Returns:
        whether this configuration file can be validated.