org.apache.commons.digester.annotations
Class FromAnnotationRuleProviderFactory

java.lang.Object
  extended by org.apache.commons.digester.annotations.FromAnnotationRuleProviderFactory

public final class FromAnnotationRuleProviderFactory
extends Object

DigesterLoader builder implementation.

Since:
2.1

Constructor Summary
protected FromAnnotationRuleProviderFactory(AnnotationRuleProviderFactory annotationRuleProviderFactory)
          DigesterLoader builder implementation.
 
Method Summary
 DigesterLoader useDefaultDigesterLoaderHandlerFactory()
          Builds a new DigesterLoader using the default DigesterLoaderHandlerFactory implementation.
 DigesterLoader useDigesterLoaderHandlerFactory(DigesterLoaderHandlerFactory digesterLoaderHandlerFactory)
          Builds a new DigesterLoader using the user defined DigesterLoaderHandlerFactory implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromAnnotationRuleProviderFactory

protected FromAnnotationRuleProviderFactory(AnnotationRuleProviderFactory annotationRuleProviderFactory)
DigesterLoader builder implementation.

Parameters:
annotationRuleProviderFactory - the AnnotationRuleProviderFactory selected in the previous chained builder.
Method Detail

useDefaultDigesterLoaderHandlerFactory

public DigesterLoader useDefaultDigesterLoaderHandlerFactory()
Builds a new DigesterLoader using the default DigesterLoaderHandlerFactory implementation.

Returns:
the DigesterLoader.

useDigesterLoaderHandlerFactory

public DigesterLoader useDigesterLoaderHandlerFactory(DigesterLoaderHandlerFactory digesterLoaderHandlerFactory)
Builds a new DigesterLoader using the user defined DigesterLoaderHandlerFactory implementation.

Parameters:
digesterLoaderHandlerFactory -
Returns:
the DigesterLoader.


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.