org.jcoderz.commons.taskdefs
Class DummyEntityResolver

java.lang.Object
  extended by org.jcoderz.commons.taskdefs.DummyEntityResolver
All Implemented Interfaces:
EntityResolver

public final class DummyEntityResolver
extends Object
implements EntityResolver

Dummy Entity Resolver. This entity resolver construct an empty input source and return that.

Author:
Michael Griffel

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
 

Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)

Specified by:
resolveEntity in interface EntityResolver


Copyright 2007 The jCoderZ Project.