com.seventytwomiles.architecturerules.domain
Class SourcesConfiguration

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

public class SourcesConfiguration
extends Object

Represents the configuration information read from the XML configuration file.

Author:
mikenereson

Constructor Summary
SourcesConfiguration()
          Instantiate a new SourcesConfiguration
SourcesConfiguration(String noPackages)
          Instantiates a new SourcesConfiguration with the given noPackages value.
 
Method Summary
 String getNoPackages()
          Getter for property 'noPackages'.
 void setNoPackages(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()

Instantiate a new SourcesConfiguration


SourcesConfiguration

public SourcesConfiguration(String noPackages)

Instantiates a new SourcesConfiguration with the given noPackages value.

Parameters:
noPackages - String
Method Detail

getNoPackages

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

Returns:
Value for property 'noPackages'.

setNoPackages

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

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


Copyright © 2007-2008. All Rights Reserved.