com.seventytwomiles.architecturerules.domain
Class SourcesConfiguration

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

public class SourcesConfiguration
extends java.lang.Object

Represents the configuration information read from the XML configuration file.

Author:
mikenereson

Constructor Summary
SourcesConfiguration()
           
 
Method Summary
 java.lang.String getNoPackages()
          Getter for property 'noPackages'.
 void setNoPackages(java.lang.String noPackages)
          Setter for property 'noPackages'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourcesConfiguration

public SourcesConfiguration()
Method Detail

getNoPackages

public java.lang.String getNoPackages()
Getter for property 'noPackages'.

Returns:
Value for property 'noPackages'.

setNoPackages

public void setNoPackages(java.lang.String noPackages)
Setter for property 'noPackages'.

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


Copyright © 2007. All Rights Reserved.