|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.eclipse.EclipseSourceDir
public class 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(String path,
String output,
boolean isResource,
boolean test,
String include,
String exclude,
boolean filtering)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object obj)
|
boolean |
equals(Object obj)
|
String |
getExclude()
Getter for exclude. |
String |
getInclude()
Getter for include. |
String |
getOutput()
Getter for output. |
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(String exclude)
Setter for exclude. |
void |
setInclude(String include)
Setter for include. |
void |
setOutput(String output)
Setter for output. |
void |
setPath(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(String path,
String output,
boolean isResource,
boolean test,
String include,
String exclude,
boolean filtering)
| Method Detail |
|---|
public String getExclude()
exclude.
public void setExclude(String exclude)
exclude.
exclude - The exclude to set.public String getInclude()
include.
public void setInclude(String include)
include.
include - The include to set.public String getOutput()
output.
public void setOutput(String output)
output.
output - The output to set.public String getPath()
path.
public void setPath(String path)
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(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public int compareTo(Object obj)
compareTo in interface ComparableComparable.compareTo(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||