|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.seventytwomiles.architecturerules.domain.SourcesConfiguration
public class SourcesConfiguration
Represents the configuration information read from the XML configuration file.
| Constructor Summary | |
|---|---|
SourcesConfiguration()
Instantiate a new SourcesConfiguration |
|
SourcesConfiguration(java.lang.String noPackages)
Instantiates a new SourcesConfiguration with the given noPackages value. |
|
| 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 |
|---|
public SourcesConfiguration()
Instantiate a new SourcesConfiguration
public SourcesConfiguration(java.lang.String noPackages)
Instantiates a new SourcesConfiguration with the given noPackages value.
noPackages - String
| Method Detail |
|---|
public java.lang.String getNoPackages()
public void setNoPackages(java.lang.String noPackages)
noPackages - Value to set for property
'noPackages'.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||