org.apache.maven.plugin.eclipse
public class EclipseSourceDir extends Object implements Comparable
Version: $Id: EclipseSourceDir.java 359477 2005-12-28 10:51:19Z fgiust $
| Constructor Summary | |
|---|---|
| EclipseSourceDir(String path, String output, boolean test, String include, String exclude) | |
| 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 | 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.
|
See Also: java.lang.Comparable#compareTo(java.lang.Object)
See Also: java.lang.Object#equals(java.lang.Object)
exclude.
Returns: Returns the exclude.
include.
Returns: Returns the include.
output.
Returns: Returns the output.
path.
Returns: Returns the path.
See Also: java.lang.Object#hashCode()
test.
Returns: Returns the test.
exclude.
Parameters: exclude The exclude to set.
include.
Parameters: include The include to set.
output.
Parameters: output The output to set.
path.
Parameters: path The path to set.
test.
Parameters: test The test to set.