net.sf.mavenhist.extractor.util
Class RemoveDTDLookupResolver

java.lang.Object
  extended by net.sf.mavenhist.extractor.util.RemoveDTDLookupResolver
All Implemented Interfaces:
EntityResolver

public class RemoveDTDLookupResolver
extends Object
implements EntityResolver

Entity resolver that prevents the XML parser to search for schema and dtd-files in the network. If this resolver is not set, it is necessairy to have a network connection to run the application.


Constructor Summary
RemoveDTDLookupResolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveDTDLookupResolver

public RemoveDTDLookupResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)

Specified by:
resolveEntity in interface EntityResolver


Copyright © 2009. All Rights Reserved.