|
||||||||||
| 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.
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
|
| 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 |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public SourcesConfiguration()
Instantiate a new SourcesConfiguration
public SourcesConfiguration(String noPackages)
Instantiates a new SourcesConfiguration with the given noPackages value.
noPackages - String| Method Detail |
|---|
public String getNoPackages()
public void setNoPackages(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 | |||||||||