|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ant4eclipse.model.project.AbstractProjectRole
net.sf.ant4eclipse.model.project.javaproject.JavaProjectRole
public class JavaProjectRole
Implements the java role of a project.
| Field Summary | |
|---|---|
static java.lang.String |
JAVA_NATURE
|
static java.lang.String |
NAME
|
| Constructor Summary | |
|---|---|
JavaProjectRole()
Creates a new instance of type JavaProjectRole |
|
| Method Summary | |
|---|---|
void |
addEclipseClasspathEntry(EclipseClasspathEntry classpathEntry)
Sets the specified classpath entries. |
boolean |
equals(java.lang.Object o)
|
EclipseClasspathEntry |
getDefaultOutputFolder()
Returns the default output folder for this project. |
EclipseClasspathEntry[] |
getEclipseClasspathEntries()
Returns the eclipse classpath entries. |
EclipseClasspathEntry[] |
getEclipseClasspathEntries(int entrykind)
Returns a list of EclipseClasspathEntry of a specifiy kind. |
boolean |
hasEclipseClasspathEntries()
Returns whether classpath entries are set or not. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class net.sf.ant4eclipse.model.project.AbstractProjectRole |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String JAVA_NATURE
public static final java.lang.String NAME
| Constructor Detail |
|---|
public JavaProjectRole()
| Method Detail |
|---|
public boolean hasEclipseClasspathEntries()
public EclipseClasspathEntry[] getEclipseClasspathEntries()
public EclipseClasspathEntry[] getEclipseClasspathEntries(int entrykind)
entrykind - The kind of the desired entries.
public void addEclipseClasspathEntry(EclipseClasspathEntry classpathEntry)
classpathEntry - the eclipse classpath entries to set.public EclipseClasspathEntry getDefaultOutputFolder()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class AbstractProjectRolepublic boolean equals(java.lang.Object o)
equals in class AbstractProjectRole
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||