@Contract public abstract class ConfigurationDeploymentDescriptorFile extends DeploymentDescriptorFile
FULL_VALIDATION, PARSING_VALIDATION| Constructor and Description |
|---|
ConfigurationDeploymentDescriptorFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidating()
Return whether this configuration file can be validated.
|
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.
|
getArchiveType, getDefaultSchemaSource, getDeploymentDescriptorPath, getDocument, getDocumentBuilder, getRootXMLNode, getSAXParser, getSAXParser, getXMLValidation, getXMLValidationLevel, read, read, read, read, setArchiveType, setErrorReportingString, setXMLValidation, setXMLValidationLevel, write, write, writepublic ConfigurationDeploymentDescriptorFile()
public void registerBundle(Map<String,Class<?>> rootNodesMap, Map<String,String> publicIDToDTDMap, Map<String,List<Class<?>>> versionUpgrades)
rootNodesMap - the map for storing all the root nodespublicIDToDTDMap - the map for storing public id to dtd mappingversionUpgrades - The list of upgrades from older versionspublic boolean isValidating()
Copyright © 2019. All rights reserved.