public class WorkspaceModuleImpl extends Object implements WorkspaceModule, Serializable
| Constructor and Description |
|---|
WorkspaceModuleImpl(ArtifactCoords artifactCoords,
File projectRoot,
File buildDir,
SourceSet sourceSourceSet,
SourceSet sourceSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
ArtifactCoords |
getArtifactCoords() |
File |
getBuildDir() |
File |
getProjectRoot() |
SourceSet |
getSourceSet() |
SourceSet |
getSourceSourceSet() |
int |
hashCode() |
public WorkspaceModuleImpl(ArtifactCoords artifactCoords, File projectRoot, File buildDir, SourceSet sourceSourceSet, SourceSet sourceSet)
public ArtifactCoords getArtifactCoords()
getArtifactCoords in interface WorkspaceModulepublic File getProjectRoot()
getProjectRoot in interface WorkspaceModulepublic File getBuildDir()
getBuildDir in interface WorkspaceModulepublic SourceSet getSourceSet()
getSourceSet in interface WorkspaceModulepublic SourceSet getSourceSourceSet()
getSourceSourceSet in interface WorkspaceModuleCopyright © 2020 JBoss by Red Hat. All rights reserved.