org.schmant.task.template.xml
Interface EntityResolverDecorator<T extends EntityResolverDecorator<T>>

All Superinterfaces:
TaskDecorator, ValidatingDecorator

public interface EntityResolverDecorator<T extends EntityResolverDecorator<T>>
extends ValidatingDecorator

A task decorator used for setting an EntityResolver on an XML parsing task.

Since:
0.5
Author:
Karl Gustafsson
See Also:
UriResolverDecorator

Method Summary
 EntityResolver getEntityResolver()
           
 
Methods inherited from interface org.schmant.task.ValidatingDecorator
validate
 

Method Detail

getEntityResolver

EntityResolver getEntityResolver()