Interface ACRParameterLoader<T>
-
- All Known Implementing Classes:
DynaBeanACRParameterLoader
public interface ACRParameterLoader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getParameters(org.apache.commons.configuration.XMLConfiguration config, int currentRule)
-
-
-
Method Detail
-
getParameters
T getParameters(org.apache.commons.configuration.XMLConfiguration config, int currentRule) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-