|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJPatternsConfigBeansBuilder
This interface defines the builder facilities for constructing the JPatternsConfigBaseBean from the provided
JPatternsConfig object.
$Author:: zmicer $
$Rev:: 57 $
* $Date:: 2007-08-23 09:16:37 #$
$Date:: 2007-08-23 09:16:37 #$
| Method Summary | |
|---|---|
JPatternsConfigBean |
build(com.sourceforge.jpatterns.schema.JPatternsConfig config)
Build the JPatternsConfigBaseBean using the provided JPatternsConfig object. |
JPatternsConfigsBean |
build(List<JPatternsConfigBaseBean> beans)
Build as JPatternsConfigsBean using the List of JPatternsConfigBean objects
Please be noticed this method could be used for the prioritized building. |
| Method Detail |
|---|
JPatternsConfigBean build(com.sourceforge.jpatterns.schema.JPatternsConfig config)
JPatternsConfigBaseBean using the provided JPatternsConfig object.
config - JPatternsConfig castor object. Not normalized castor config object should be passed here\
(CastorUtils.validateAndNormalizeScopesPriorities(com.sourceforge.jpatterns.schema.JPatternsConfig)).
Can not be null (otherwise IllegalArgumentException would appear).
JPatternsConfig castor root object.JPatternsConfigsBean build(List<JPatternsConfigBaseBean> beans)
JPatternsConfigsBean using the List of JPatternsConfigBean objects
CastorUtils.makePrioritized(com.sourceforge.jpatterns.schema.JPatternsConfig) method)
beans - the List of JPatternsConfigBean objects, Can not be null (otherwise IllegalArgumentException would appear).
Should be built using normalized configs.
JPatternsConfigsBean, in the case of empty beans just initial version of this bean
would returned.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||