|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IntelliJJavaProject
This is the interface for an IntelliJ Java project. It extends the default
JavaProject with a getter method for getting the project's test
sources.
| Method Summary | |
|---|---|
Set<DirectoryView> |
getTestSourceDirectories()
Get the project's test source directories. |
| Methods inherited from interface org.schmant.project.java.JavaProject |
|---|
getBuildClasspath, getProjectBuildDependencies, getSourceDirectories |
| Methods inherited from interface org.schmant.project.Project |
|---|
getDirectory, getName, getTypes, isOfType |
| Method Detail |
|---|
Set<DirectoryView> getTestSourceDirectories()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||