com.seventytwomiles.architecturerules.domain
Class CyclicDependencyConfiguration
java.lang.Object
com.seventytwomiles.architecturerules.domain.CyclicDependencyConfiguration
public class CyclicDependencyConfiguration
- extends Object
Represents the configuration information read from the XML configuration
file.
- Author:
- mikenereson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CyclicDependencyConfiguration
public CyclicDependencyConfiguration()
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.