public interface FunctionFactoryProxy
FunctionFactorys.
The three kinds of factory (Target, Condition, and General) are tied
together in this interface because implementors writing new factories
should always implement all three types and provide them together.| Modifier and Type | Method and Description |
|---|---|
FunctionFactory |
getConditionFactory()
Returns the Condition version of an instance of the
FunctionFactory for which this is a proxy. |
FunctionFactory |
getGeneralFactory()
Returns the General version of an instance of the
FunctionFactory for which this is a proxy. |
FunctionFactory |
getTargetFactory()
Returns the Target version of an instance of the
FunctionFactory for which this is a proxy. |
FunctionFactory getTargetFactory()
FunctionFactory for which this is a proxy.FunctionFactory instanceFunctionFactory getConditionFactory()
FunctionFactory for which this is a proxy.FunctionFactory instanceFunctionFactory getGeneralFactory()
FunctionFactory for which this is a proxy.FunctionFactory instanceCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.