|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.model.project.javaproject.JavaRoleIdentifier
public class JavaRoleIdentifier
Identifier for a Java project role.
Constructor Summary | |
---|---|
JavaRoleIdentifier()
|
Method Summary | |
---|---|
void |
applyRole(EclipseProject project)
Adds a JavaProjectRole to the given project and parses the classpath |
boolean |
isRoleSupported(EclipseProject project)
Returns ture is the given project has a JavaNature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaRoleIdentifier()
Method Detail |
---|
public boolean isRoleSupported(EclipseProject project)
isRoleSupported
in interface RoleIdentifier
project
- The project that shall be tested.
public void applyRole(EclipseProject project) throws FileParserException
applyRole
in interface RoleIdentifier
project
- The project that shall be modified.
FileParserException
- Reading some information failed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |