org.gradle.tooling.model.eclipse
[Java] Interface EclipseSourceDirectory
org.gradle.tooling.model.eclipse.EclipseSourceDirectory
org.gradle.tooling.model.SourceDirectory
- All Superinterfaces:
- SourceDirectory
public interface EclipseSourceDirectory
extends SourceDirectory
A source directory in an Eclipse project.
Method Summary |
String
|
getPath()
Returns the relative path for this source directory.
|
getPath
public String getPath()
- Returns the relative path for this source directory.
- Returns:
- The path for this source directory. Does not return null.
Gradle API 1.12