Interface WorkspaceModule
-
- All Known Implementing Classes:
WorkspaceModuleImpl
public interface WorkspaceModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactCoordsgetArtifactCoords()FilegetBuildDir()FilegetProjectRoot()SourceSetgetSourceSet()SourceSetgetSourceSourceSet()
-
-
-
Method Detail
-
getArtifactCoords
ArtifactCoords getArtifactCoords()
-
getProjectRoot
File getProjectRoot()
-
getBuildDir
File getBuildDir()
-
getSourceSet
SourceSet getSourceSet()
-
getSourceSourceSet
SourceSet getSourceSourceSet()
-
-