org.ow2.jasmine.monitoring.mbeancmd.graph.conf
Class Configurator.MyEntityResolver

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.graph.conf.Configurator.MyEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver
Enclosing class:
Configurator

private class Configurator.MyEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

Entity resolver.


Constructor Summary
private Configurator.MyEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Implementation of inherited method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configurator.MyEntityResolver

private Configurator.MyEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
Implementation of inherited method.

Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException
java.io.IOException
See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)