com.seventytwomiles.architecturerules.configuration
Interface ConfigurationFactory

All Known Implementing Classes:
AbstractConfigurationFactory, DigesterConfigurationFactory

public interface ConfigurationFactory

Interface for ConfigurationFactory implementations to adhere to.

Author:
mikenereson

Method Summary
 boolean doCyclicDependencyTest()
           
 java.util.Collection getRules()
          Getter for property /rules.
 java.util.Collection getSources()
          Getter for property //sources.
 boolean throwExceptionWhenNoPackages()
           
 

Method Detail

getSources

java.util.Collection getSources()

Getter for property //sources.

Returns:
Value for property sources.

getRules

java.util.Collection getRules()

Getter for property /rules.

Returns:
Value for property rules.

throwExceptionWhenNoPackages

boolean throwExceptionWhenNoPackages()
Returns:
boolean true when <sources no-packages="exception">

doCyclicDependencyTest

boolean doCyclicDependencyTest()
Returns:
boolean true when <cyclicalDependency test="true"/>


Copyright © 2007. All Rights Reserved.