com.seventytwomiles.architecturerules.configuration.xml
Class DigesterConfigurationFactory

java.lang.Object
  extended by com.seventytwomiles.architecturerules.configuration.xml.AbstractConfigurationFactory
      extended by com.seventytwomiles.architecturerules.configuration.xml.DigesterConfigurationFactory
All Implemented Interfaces:
ConfigurationFactory

public class DigesterConfigurationFactory
extends AbstractConfigurationFactory

Apache Commons Digester implementatino of the ConfigurationFactory

Author:
mikenereson
See Also:
AbstractConfigurationFactory

Constructor Summary
DigesterConfigurationFactory()
           
DigesterConfigurationFactory(java.lang.String configurationFileName)
          Instanciates a new ConfigurationFactory and processes the configuration found in the File with the given configurationFileName.
 
Method Summary
 
Methods inherited from class com.seventytwomiles.architecturerules.configuration.xml.AbstractConfigurationFactory
doCyclicDependencyTest, getRules, getSources, throwExceptionWhenNoPackages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigesterConfigurationFactory

public DigesterConfigurationFactory()

DigesterConfigurationFactory

public DigesterConfigurationFactory(java.lang.String configurationFileName)

Instanciates a new ConfigurationFactory and processes the configuration found in the File with the given configurationFileName.

Parameters:
configurationFileName - name of the File in the classpath to load configuration from.


Copyright © 2007. All Rights Reserved.