Class DOMConfigurator.Log4jEntityResolver

  • All Implemented Interfaces:
    org.xml.sax.EntityResolver
    Enclosing class:
    DOMConfigurator

    private static final class DOMConfigurator.Log4jEntityResolver
    extends java.lang.Object
    implements org.xml.sax.EntityResolver
    An EntityResolver specifically designed to return log4j.dtd which is embedded within the log4j jar file.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Log4jEntityResolver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.xml.sax.InputSource resolveEntity​(java.lang.String publicId, java.lang.String systemId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Log4jEntityResolver

        private Log4jEntityResolver()
    • Method Detail

      • resolveEntity

        public org.xml.sax.InputSource resolveEntity​(java.lang.String publicId,
                                                     java.lang.String systemId)
        Specified by:
        resolveEntity in interface org.xml.sax.EntityResolver