public static class DevModeContext.ModuleInfo extends Object implements Serializable
| Constructor and Description |
|---|
ModuleInfo(io.quarkus.bootstrap.model.AppArtifactKey appArtifactKey,
String name,
String projectDirectory,
Set<String> sourcePaths,
String classesPath,
String resourcePath,
String resourceOutputPath,
Set<String> sourceParents,
String preBuildOutputDir,
String targetDir) |
ModuleInfo(io.quarkus.bootstrap.model.AppArtifactKey appArtifactKey,
String name,
String projectDirectory,
Set<String> sourcePaths,
String classesPath,
String resourcePath,
String sourceParent,
String preBuildOutputDir,
String targetDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSourcePaths(Collection<String> additionalPaths) |
io.quarkus.bootstrap.model.AppArtifactKey |
getAppArtifactKey() |
String |
getClassesPath() |
String |
getName() |
String |
getPreBuildOutputDir() |
String |
getProjectDirectory() |
String |
getResourcePath() |
String |
getResourcesOutputPath() |
Set<String> |
getSourceParents() |
Set<String> |
getSourcePaths() |
String |
getTargetDir() |
public ModuleInfo(io.quarkus.bootstrap.model.AppArtifactKey appArtifactKey, String name, String projectDirectory, Set<String> sourcePaths, String classesPath, String resourcePath, String sourceParent, String preBuildOutputDir, String targetDir)
public String getName()
public String getProjectDirectory()
public void addSourcePaths(Collection<String> additionalPaths)
public String getClassesPath()
public String getResourcePath()
public String getResourcesOutputPath()
public String getPreBuildOutputDir()
public String getTargetDir()
public io.quarkus.bootstrap.model.AppArtifactKey getAppArtifactKey()
Copyright © 2020 JBoss by Red Hat. All rights reserved.