|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JavaProject
This interface represents a Java Project. A Java project has one or
several source code directories and a build classpath. It may have
dependencies to other Java projects.
| Method Summary | |
|---|---|
List<JavaProjectClasspathEntry> |
getBuildClasspath()
Get the project's build classpath. |
Collection<JavaProject> |
getProjectBuildDependencies()
Get the collection of projects that this projects has build dependencies to. |
Set<DirectoryView> |
getSourceDirectories()
Get the project's source code directories. |
| Methods inherited from interface org.schmant.project.Project |
|---|
getDirectory, getName, getTypes, isOfType |
| Method Detail |
|---|
Set<DirectoryView> getSourceDirectories()
List<JavaProjectClasspathEntry> getBuildClasspath()
ProjectRepository.
The order of the returned entries is significant.
Collection<JavaProject> getProjectBuildDependencies()
getBuildClasspath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||