|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJPattern
The interface defines the JPatterns pattern - the base of the framework. All the patterns interfaces would extend this one. It is to allow us operating with the base concept entities in some places, also it introduced some common for all the JPatterns method.
$Author:: $
Method Summary | |
---|---|
boolean |
checkCastorConfig(com.sourceforge.jpatterns.schema.CastorSectionType castorSectionType)
Make the check this type of the castor config fits the pattern |
void |
init(com.sourceforge.jpatterns.schema.CastorSectionType castorSectionType,
JPatternsConfigsBean configBean)
Perform the initialization of the JPatterns with the appropriate child instance of CastorSectionType castor config
class and the JPatternsConfigsBean bean storing all the consumer configuration. |
Methods inherited from interface com.zmicer.utils.model.ICheckable |
---|
check |
Method Detail |
---|
void init(com.sourceforge.jpatterns.schema.CastorSectionType castorSectionType, JPatternsConfigsBean configBean) throws JPInitializationException
CastorSectionType
castor config
class and the JPatternsConfigsBean
bean storing all the consumer configuration.
castorSectionType
- castor config object of CastorSectionType
class.
Can not be null (otherwise IllegalArgumentException
would appear).configBean
- JPatternsConfigsBean
config bean with all the JPatterns consumer configuration.
Can not be null (otherwise IllegalArgumentException
would appear).
JPInitializationException
- in the case the given CastorSectionType is not of the appropriate typeboolean checkCastorConfig(com.sourceforge.jpatterns.schema.CastorSectionType castorSectionType)
castorSectionType
- the castor config object which is the root configuration storage for all the patterns (according to the XSD scheme)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |