|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Management interface to the Configuration Validator
ConfigurationValidator
Method Summary | |
String |
getSchema(String application,
String block)
Get the XML that represents the schema for the specified application and block. |
String |
getSchemaType(String application,
String block)
Get the schema type for the specified application and block. |
boolean |
isValid(String application,
String block,
Configuration configuration)
Check to see if configuration is valid. |
Method Detail |
public String getSchemaType(String application, String block)
application
- to get schema forblock
- to get schema for
public String getSchema(String application, String block)
application
- to get schema forblock
- to get schema for
public boolean isValid(String application, String block, Configuration configuration) throws ConfigurationException
application
- Application nameblock
- Block name to store configuration forconfiguration
- Configuration to check
ConfigurationException
- if no schema is foundConfigurationValidator.isValid(java.lang.String, java.lang.String, Configuration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |