Package io.quarkus.bootstrap.workspace
Class DefaultWorkspaceModule
java.lang.Object
io.quarkus.bootstrap.workspace.DefaultWorkspaceModule
- All Implemented Interfaces:
WorkspaceModule,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.quarkus.bootstrap.workspace.WorkspaceModule
WorkspaceModule.Mutable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getId()getSources(String name) booleanhasSources(String classifier) mutable()voidsetBuildFiles(PathCollection buildFiles) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.bootstrap.workspace.WorkspaceModule
getContentTree, getMainSources, getTestSources, hasMainSources, hasTestSources
-
Constructor Details
-
DefaultWorkspaceModule
-
-
Method Details
-
builder
-
getId
- Specified by:
getIdin interfaceWorkspaceModule
-
getModuleDir
- Specified by:
getModuleDirin interfaceWorkspaceModule
-
getBuildDir
- Specified by:
getBuildDirin interfaceWorkspaceModule
-
hasSources
- Specified by:
hasSourcesin interfaceWorkspaceModule
-
getSources
- Specified by:
getSourcesin interfaceWorkspaceModule
-
getSourceClassifiers
- Specified by:
getSourceClassifiersin interfaceWorkspaceModule
-
setBuildFiles
-
getBuildFiles
- Specified by:
getBuildFilesin interfaceWorkspaceModule
-
getDirectDependencyConstraints
- Specified by:
getDirectDependencyConstraintsin interfaceWorkspaceModule
-
getDirectDependencies
- Specified by:
getDirectDependenciesin interfaceWorkspaceModule
-
getTestClasspathDependencyExclusions
- Specified by:
getTestClasspathDependencyExclusionsin interfaceWorkspaceModule
-
getAdditionalTestClasspathElements
- Specified by:
getAdditionalTestClasspathElementsin interfaceWorkspaceModule
-
getParent
- Specified by:
getParentin interfaceWorkspaceModule
-
mutable
- Specified by:
mutablein interfaceWorkspaceModule
-
toString
-