Package | Description |
---|---|
org.metawidget.inspector.commons.validator |
Inspectors: Commons Validator support.
|
org.metawidget.inspector.hibernate |
Inspectors: Hibernate support.
|
org.metawidget.inspector.impl |
Inspectors: convenience implementations.
|
org.metawidget.inspector.jbpm |
Inspectors: JBoss jBPM support.
|
org.metawidget.inspector.struts |
Inspectors: struts-config.xml support.
|
org.metawidget.inspector.xml |
Inspectors: inspection-result-1.0.xsd support.
|
org.metawidget.inspector.xsd |
Inspectors: XML Schema (XSD) support.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsValidatorInspectorConfig
Configures a CommonsValidatorInspector prior to use.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateInspectorConfig
Configures a HibernateInspector prior to use.
|
Modifier and Type | Method and Description |
---|---|
BaseXmlInspectorConfig |
BaseXmlInspectorConfig.setDocuments(Document... document)
Sets the XML using a DOM Document.
|
BaseXmlInspectorConfig |
BaseXmlInspectorConfig.setInferInheritanceHierarchy(boolean inferInheritanceHierarchy)
Sets whether to infer the inheritance heirarchy of types in the XML by looking them up
against corresponding Java
Classes . |
BaseXmlInspectorConfig |
BaseXmlInspectorConfig.setInputStream(InputStream stream)
Sets the InputStream of the XML.
|
BaseXmlInspectorConfig |
BaseXmlInspectorConfig.setInputStreams(InputStream... streams)
Sets the InputStreams of multiple XML files.
|
BaseXmlInspectorConfig |
BaseXmlInspectorConfig.setRestrictAgainstObject(PropertyStyle restrictAgainstObject)
Sets the property style used to restrict XML inspection against the given Object.
|
BaseXmlInspectorConfig |
BaseXmlInspectorConfig.setValidateAgainstClasses(PropertyStyle validateAgainstClasses)
Sets the property style used to validate whether properties defined in the XML match those
defined by the corresponding Java
Classes . |
Constructor and Description |
---|
BaseXmlInspector(BaseXmlInspectorConfig config)
Config-based constructor.
|
Constructor and Description |
---|
PageflowInspector(BaseXmlInspectorConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
StrutsInspectorConfig
Configures a StrutsInspector prior to use.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlInspectorConfig
Configures an XmlInspector prior to use.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlSchemaInspectorConfig
Configures an XmlSchemaInspector prior to use.
|
Copyright © 2015. All Rights Reserved.