|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.plugin.eclipse.EclipseSourceDir
Represent an eclipse source dir. Eclipse has no "main", "test" or "resource" concepts, so two source dirs with the same path are equal.
| Constructor Summary | |
EclipseSourceDir(java.lang.String path,
java.lang.String output,
boolean isResource,
boolean test,
java.lang.String include,
java.lang.String exclude,
boolean filtering)
|
|
| Method Summary | |
int |
compareTo(java.lang.Object obj)
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getExclude()
Getter for exclude. |
java.lang.String |
getInclude()
Getter for include. |
java.lang.String |
getOutput()
Getter for output. |
java.lang.String |
getPath()
Getter for path. |
int |
hashCode()
|
boolean |
isFiltering()
Wheter this resource should be copied with filtering. |
boolean |
isResource()
Getter for isResource. |
boolean |
isTest()
Getter for test. |
void |
setExclude(java.lang.String exclude)
Setter for exclude. |
void |
setInclude(java.lang.String include)
Setter for include. |
void |
setOutput(java.lang.String output)
Setter for output. |
void |
setPath(java.lang.String path)
Setter for path. |
void |
setTest(boolean test)
Setter for test. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EclipseSourceDir(java.lang.String path,
java.lang.String output,
boolean isResource,
boolean test,
java.lang.String include,
java.lang.String exclude,
boolean filtering)
| Method Detail |
public java.lang.String getExclude()
exclude.
public void setExclude(java.lang.String exclude)
exclude.
exclude - The exclude to set.public java.lang.String getInclude()
include.
public void setInclude(java.lang.String include)
include.
include - The include to set.public java.lang.String getOutput()
output.
public void setOutput(java.lang.String output)
output.
output - The output to set.public java.lang.String getPath()
path.
public void setPath(java.lang.String path)
path.
Converts \\ to / in path.
path - The path to set.public boolean isTest()
test.
public void setTest(boolean test)
test.
test - The test to set.public boolean isResource()
isResource.
public boolean isFiltering()
public boolean equals(java.lang.Object obj)
Object.equals(java.lang.Object)public int hashCode()
Object.hashCode()public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.ComparableComparable.compareTo(java.lang.Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||