Package io.quarkus.deployment.dev
Class DevModeContext.ModuleInfo
java.lang.Object
io.quarkus.deployment.dev.DevModeContext.ModuleInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DevModeContext
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSourcePathFirst(String path) voidaddSourcePaths(Collection<String> additionalPaths) io.quarkus.maven.dependency.ArtifactKeygetMain()getName()io.quarkus.paths.PathCollectiongetTest()
-
Constructor Details
-
ModuleInfo
ModuleInfo(DevModeContext.ModuleInfo.Builder builder)
-
-
Method Details
-
getName
-
getProjectDirectory
-
getSourceParents
public io.quarkus.paths.PathCollection getSourceParents() -
addSourcePaths
-
getPreBuildOutputDir
-
getTargetDir
-
getArtifactKey
public io.quarkus.maven.dependency.ArtifactKey getArtifactKey() -
getMain
-
getTest
-
addSourcePathFirst
-