Package io.quarkus.deployment.dev
Class DevModeContext.ModuleInfo.Builder
java.lang.Object
io.quarkus.deployment.dev.DevModeContext.ModuleInfo.Builder
- Enclosing class:
- DevModeContext.ModuleInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setArtifactKey(io.quarkus.maven.dependency.ArtifactKey appArtifactKey) setClassesPath(String classesPath) setGeneratedSourcesPath(String generatedSourcesPath) setPreBuildOutputDir(String preBuildOutputDir) setProjectDirectory(String projectDirectory) setResourcePaths(io.quarkus.paths.PathCollection resourcePaths) setResourcesOutputPath(String resourcesOutputPath) setSourceParents(io.quarkus.paths.PathCollection sourceParents) setSourcePaths(io.quarkus.paths.PathCollection sourcePaths) setTargetDir(String targetDir) setTestClassesPath(String testClassesPath) setTestResourcePaths(io.quarkus.paths.PathCollection testResourcePaths) setTestResourcesOutputPath(String testResourcesOutputPath) setTestSourcePaths(io.quarkus.paths.PathCollection testSourcePaths)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setArtifactKey
public DevModeContext.ModuleInfo.Builder setArtifactKey(io.quarkus.maven.dependency.ArtifactKey appArtifactKey) -
setName
-
setProjectDirectory
-
setSourcePaths
public DevModeContext.ModuleInfo.Builder setSourcePaths(io.quarkus.paths.PathCollection sourcePaths) -
setClassesPath
-
setResourcePaths
public DevModeContext.ModuleInfo.Builder setResourcePaths(io.quarkus.paths.PathCollection resourcePaths) -
setResourcesOutputPath
-
setPreBuildOutputDir
-
setSourceParents
public DevModeContext.ModuleInfo.Builder setSourceParents(io.quarkus.paths.PathCollection sourceParents) -
setTargetDir
-
setTestSourcePaths
public DevModeContext.ModuleInfo.Builder setTestSourcePaths(io.quarkus.paths.PathCollection testSourcePaths) -
setTestClassesPath
-
setTestResourcePaths
public DevModeContext.ModuleInfo.Builder setTestResourcePaths(io.quarkus.paths.PathCollection testResourcePaths) -
setTestResourcesOutputPath
-
setGeneratedSourcesPath
-
build
-