Class DevModeContext.CompilationUnit

    • Constructor Detail

      • CompilationUnit

        public CompilationUnit​(io.quarkus.bootstrap.model.PathsCollection sourcePaths,
                               String classesPath,
                               io.quarkus.bootstrap.model.PathsCollection resourcePaths,
                               String resourcesOutputPath)
    • Method Detail

      • getSourcePaths

        public io.quarkus.bootstrap.model.PathsCollection getSourcePaths()
      • getClassesPath

        public String getClassesPath()
      • getResourcePaths

        public io.quarkus.bootstrap.model.PathsCollection getResourcePaths()
      • getResourcesOutputPath

        public String getResourcesOutputPath()