@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @CreationRule @DigesterRule(reflectsRule=FactoryCreateRule.class, handledBy=FactoryCreateHandler.class) public @interface FactoryCreate
FactoryCreate
will be bound with FactoryCreateRule
digester rule.Modifier and Type | Required Element and Description |
---|---|
String |
pattern
The element matching pattern.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
attributeName
Allows specify the attribute containing an override class name if it is present.
|
Class<? extends AbstractObjectCreationFactory<?>> |
factoryClass
The Java class of the object creation factory class.
|
boolean |
ignoreCreateExceptions
When true any exceptions thrown during object creation will be ignored.
|
String |
namespaceURI
The namespace URI for which this Rule is relevant, if any.
|
public abstract Class<? extends AbstractObjectCreationFactory<?>> factoryClass
public abstract String attributeName
public abstract String namespaceURI
public abstract boolean ignoreCreateExceptions
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.