Class WorkspaceModuleImpl
- java.lang.Object
-
- io.quarkus.bootstrap.model.gradle.impl.WorkspaceModuleImpl
-
- All Implemented Interfaces:
WorkspaceModule,Serializable
public class WorkspaceModuleImpl extends Object implements WorkspaceModule, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkspaceModuleImpl(ArtifactCoords artifactCoords, File projectRoot, File buildDir, SourceSet sourceSourceSet, SourceSet sourceSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)ArtifactCoordsgetArtifactCoords()FilegetBuildDir()FilegetProjectRoot()SourceSetgetSourceSet()SourceSetgetSourceSourceSet()inthashCode()
-
-
-
Constructor Detail
-
WorkspaceModuleImpl
public WorkspaceModuleImpl(ArtifactCoords artifactCoords, File projectRoot, File buildDir, SourceSet sourceSourceSet, SourceSet sourceSet)
-
-
Method Detail
-
getArtifactCoords
public ArtifactCoords getArtifactCoords()
- Specified by:
getArtifactCoordsin interfaceWorkspaceModule
-
getProjectRoot
public File getProjectRoot()
- Specified by:
getProjectRootin interfaceWorkspaceModule
-
getBuildDir
public File getBuildDir()
- Specified by:
getBuildDirin interfaceWorkspaceModule
-
getSourceSet
public SourceSet getSourceSet()
- Specified by:
getSourceSetin interfaceWorkspaceModule
-
getSourceSourceSet
public SourceSet getSourceSourceSet()
- Specified by:
getSourceSourceSetin interfaceWorkspaceModule
-
-