org.schmant.project.intellij
Interface IntelliJJavaProject

All Superinterfaces:
JavaProject, Project
All Known Implementing Classes:
IntelliJJavaProjectImpl

public interface IntelliJJavaProject
extends JavaProject

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.

Since:
0.7.1
Author:
Karl Gustafsson

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

getTestSourceDirectories

Set<DirectoryView> getTestSourceDirectories()
Get the project's test source directories.

Returns:
The project's test source directories.