Class XmlUtils.RestrictiveEntityResolver
java.lang.Object
org.jenkinsci.plugins.pipeline.maven.util.XmlUtils.RestrictiveEntityResolver
- All Implemented Interfaces:
EntityResolver
- Enclosing class:
- XmlUtils
public static final class XmlUtils.RestrictiveEntityResolver
extends Object
implements EntityResolver
Copy
RestrictiveEntityResolver as it is secured by NoExternalUse.- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionresolveEntity(String publicId, String systemId) Throws a SAXException if this tried to resolve any entity.
-
Field Details
-
INSTANCE
-
-
Method Details
-
resolveEntity
Throws a SAXException if this tried to resolve any entity.- Specified by:
resolveEntityin interfaceEntityResolver- Throws:
SAXExceptionIOException
-