Class DevModeContext.CompilationUnit

java.lang.Object
io.quarkus.deployment.dev.DevModeContext.CompilationUnit
All Implemented Interfaces:
Serializable
Enclosing class:
DevModeContext

public static class DevModeContext.CompilationUnit extends Object implements Serializable
See Also:
  • Constructor Details

    • CompilationUnit

      public CompilationUnit(io.quarkus.paths.PathCollection sourcePaths, String classesPath, io.quarkus.paths.PathCollection resourcePaths, String resourcesOutputPath, String generatedSourcesPath)
  • Method Details

    • getSourcePaths

      public io.quarkus.paths.PathCollection getSourcePaths()
    • getClassesPath

      public String getClassesPath()
    • getResourcePaths

      public io.quarkus.paths.PathCollection getResourcePaths()
    • getResourcesOutputPath

      public String getResourcesOutputPath()
    • getGeneratedSourcesPath

      public String getGeneratedSourcesPath()