|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JPatternsConfigBaseBean | |
|---|---|
| com.sourceforge.jpatterns.core.configuration.model | |
| com.sourceforge.jpatterns.utils | |
| Uses of JPatternsConfigBaseBean in com.sourceforge.jpatterns.core.configuration.model |
|---|
| Subclasses of JPatternsConfigBaseBean in com.sourceforge.jpatterns.core.configuration.model | |
|---|---|
class |
JPatternsConfigBean
This bean represents the JPatternsConfig, it contains this castor object by itself and also several additional data
storages - representations of the JPatternsConfig from the point of view of logical sections CastorSectionType,
and the business items CastorNameScopePriorityType. |
class |
JPatternsConfigsBean
This bean represents the "final, ready to be used" JPatterns configuration (both for the framework inner or JPatterns consumer needs). |
| Methods in com.sourceforge.jpatterns.core.configuration.model with parameters of type JPatternsConfigBaseBean | |
|---|---|
protected void |
JPatternsConfigBeansBuilderImpl.fill(JPatternsConfigBaseBean initialBaseBean,
List<com.sourceforge.jpatterns.schema.CastorSectionType> sections)
Please review the Java Docs to the method fill
todo [zmicer]: adjust Java Doc
todo [zmicer]: think if this method could be moved to interface of the builder too |
| Method parameters in com.sourceforge.jpatterns.core.configuration.model with type arguments of type JPatternsConfigBaseBean | |
|---|---|
JPatternsConfigsBean |
JPatternsConfigBeansBuilderImpl.build(List<JPatternsConfigBaseBean> beans)
|
JPatternsConfigsBean |
IJPatternsConfigBeansBuilder.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. |
| Uses of JPatternsConfigBaseBean in com.sourceforge.jpatterns.utils |
|---|
| Methods in com.sourceforge.jpatterns.utils with parameters of type JPatternsConfigBaseBean | |
|---|---|
static void |
CastorUtils.makePrioritized(JPatternsConfigBaseBean bean)
Make prioritized the provided bean. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||