|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.seventytwomiles.architecturerules.configuration.AbstractConfigurationFactory
com.seventytwomiles.architecturerules.configuration.xml.DigesterConfigurationFactory
public class DigesterConfigurationFactory
Apache Commons Digester implementation of the
ConfigurationFactory
AbstractConfigurationFactory
| Field Summary |
|---|
| Fields inherited from class com.seventytwomiles.architecturerules.configuration.AbstractConfigurationFactory |
|---|
doCyclicDependencyTest,
rules,
sources,
throwExceptionWhenNoPackages
|
| Fields inherited from interface com.seventytwomiles.architecturerules.configuration.ConfigurationFactory |
|---|
DEFAULT_CONFIGURATION_FILE_NAME,
DEFAULT_CYCLICAL_DEPENDENCY_CONFIGURATION_VALUE,
DEFAULT_NO_PACKAGES_CONFIGURATION_BOOLEAN_VALUE
|
| Constructor Summary | |
|---|---|
DigesterConfigurationFactory()
|
|
DigesterConfigurationFactory(java.lang.String configurationFileName)
Instantiates a new ConfigurationFactory and processes the
configuration found in the File with the given
configurationFileName.
|
|
| Method Summary | |
|---|---|
protected void |
validateConfiguration(java.lang.String configurationXml)
Validate the configurationXml. |
| Methods inherited from class com.seventytwomiles.architecturerules.configuration.AbstractConfigurationFactory |
|---|
doCyclicDependencyTest,
getConfigurationAsXml,
getRules,
getSources,
throwExceptionWhenNoPackages
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify,
notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DigesterConfigurationFactory()
public DigesterConfigurationFactory(java.lang.String configurationFileName)
Instantiates a new ConfigurationFactory and processes
the
configuration found in the File with the given
configurationFileName.
configurationFileName - name of the
File in the
classpath to load configuration from.
| Method Detail |
|---|
protected void validateConfiguration(java.lang.String configurationXml)
Validate the configurationXml.
validateConfiguration
in class
AbstractConfigurationFactory
configurationXml - String xml content to validate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||