|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.seventytwomiles.architecturerules.domain.SourceDirectory
public class SourceDirectory
Representation of a source directory to search for packages and .class files in.
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
SourceDirectory()
Instantiates a new SourceDirectory entity. |
|
SourceDirectory(String path)
Instantiates a new SourceDirectory with the given path |
|
SourceDirectory(String path,
boolean shouldThrowExceptionWhenNotFound)
Instantiates a new SourceDirectory with the given path and shouldThrowExceptionWhenNotFound values |
|
SourceDirectory(String path,
String notFound)
Instantiates a new SourceDirectory with the given path and notFound values. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getPath()
Getter for property path. |
int |
hashCode()
|
void |
setNotFound(String notFound)
Setter for property 'notFound'. |
void |
setPath(String path)
Setter for property path. |
void |
setShouldThrowExceptionWhenNotFound(boolean shouldThrowExceptionWhenNotFound)
Setter for property shouldThrowExceptionWhenNotFound. |
boolean |
shouldThrowExceptionWhenNotFound()
Getter for property shouldThrowExceptionWhenNotFound. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public SourceDirectory()
Instantiates a new SourceDirectory entity.
public SourceDirectory(String path)
Instantiates a new SourceDirectory with the given path
path - String path
public SourceDirectory(String path,
boolean shouldThrowExceptionWhenNotFound)
Instantiates a new SourceDirectory with the given path and shouldThrowExceptionWhenNotFound values
path - String pathshouldThrowExceptionWhenNotFound - boolean shouldThrowExceptionWhenNotFound
public SourceDirectory(String path,
String notFound)
Instantiates a new SourceDirectory with the given path and notFound values.
path - String pathnotFound - boolean @notFound| Method Detail |
|---|
public void setShouldThrowExceptionWhenNotFound(boolean shouldThrowExceptionWhenNotFound)
shouldThrowExceptionWhenNotFound.
shouldThrowExceptionWhenNotFound - Value to set for property
shouldThrowExceptionWhenNotFound.public void setNotFound(String notFound)
notFound - Value to set for property 'notFound'.public String getPath()
Getter for property path.
public void setPath(String path)
Setter for property path.
path - Value to set for property path.public boolean equals(Object object)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()public boolean shouldThrowExceptionWhenNotFound()
shouldThrowExceptionWhenNotFound.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||