|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ant4eclipse.tools.internal.ReferencedProjectsResolver
public class ReferencedProjectsResolver
| Constructor Summary | |
|---|---|
ReferencedProjectsResolver()
|
|
| Method Summary | |
|---|---|
static EclipseProject[] |
getProjectsReferencedByClasspath(EclipseProject eclipseProject,
boolean exportedProjectsOnly)
Returns all projects that referenced by this project's classpath. |
static EclipseProject[] |
getReferencedProjects(EclipseProject eclipseProject,
boolean recursive)
Returns all projects that are referenced by this project's .project file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferencedProjectsResolver()
| Method Detail |
|---|
public static EclipseProject[] getReferencedProjects(EclipseProject eclipseProject,
boolean recursive)
throws BuildOrderException,
FileParserException
.project file
eclipseProject - recursive -
BuildOrderException
FileParserException - TODO check for endless cyclic dependencies
public static EclipseProject[] getProjectsReferencedByClasspath(EclipseProject eclipseProject,
boolean exportedProjectsOnly)
throws BuildOrderException,
FileParserException
eclipseProject - exportedProjectsOnly -
BuildOrderException
FileParserException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||