|
|||||||||
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.cproject.CProjectRole
public class CProjectRole
C specific informations.
Field Summary | |
---|---|
static java.lang.String |
CCNATURE
|
static java.lang.String |
CNATURE
|
static java.lang.String |
NAME
|
Constructor Summary | |
---|---|
CProjectRole()
Initializes this project role. |
Method Summary | |
---|---|
void |
addCPathEntry(CPathEntry newentry)
Adds the supplied C/C++ path entry to this role. |
boolean |
equals(java.lang.Object obj)
|
CPathEntry[] |
getCPathEntries()
Returns a list of all C/C++ path entries currently registered with an eclipse project. |
int |
hashCode()
|
boolean |
isCpp()
Returns true if this project is a C++ project. |
void |
setCpp(boolean cpp)
(Un)Marks this project as a C++ project. |
Methods inherited from class net.sf.ant4eclipse.model.project.AbstractProjectRole |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CNATURE
public static final java.lang.String CCNATURE
public static final java.lang.String NAME
Constructor Detail |
---|
public CProjectRole()
Method Detail |
---|
public void setCpp(boolean cpp)
cpp
- true <=> This project will be marked as a C++ project.public boolean isCpp()
public void addCPathEntry(CPathEntry newentry)
newentry
- The new path entry that shall be added.public CPathEntry[] getCPathEntries()
public int hashCode()
hashCode
in class AbstractProjectRole
public boolean equals(java.lang.Object obj)
equals
in class AbstractProjectRole
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |