com.seventytwomiles.architecturerules.domain
Class CyclicDependencyConfiguration

java.lang.Object
  extended by com.seventytwomiles.architecturerules.domain.CyclicDependencyConfiguration

public class CyclicDependencyConfiguration
extends Object

Represents the configuration information read from the XML configuration file.

Author:
mikenereson

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
CyclicDependencyConfiguration()
           
 
Method Summary
 String getTest()
          Getter for property 'test'.
 void setTest(String test)
          Setter for property 'test'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

CyclicDependencyConfiguration

public CyclicDependencyConfiguration()
Method Detail

getTest

public String getTest()
Getter for property 'test'.

Returns:
Value for property 'test'.

setTest

public void setTest(String test)
Setter for property 'test'.

Parameters:
test - Value to set for property 'test'.


Copyright © 2007-2008. All Rights Reserved.