Class QuarkusFileManager.Context

    • Constructor Detail

      • Context

        public Context​(Set<File> classPath,
                       Set<File> reloadableClassPath,
                       File outputDirectory,
                       Charset sourceEncoding)
    • Method Detail

      • getClassPath

        public Set<File> getClassPath()
      • getReloadableClassPath

        public Set<File> getReloadableClassPath()
      • getOutputDirectory

        public File getOutputDirectory()
      • getSourceEncoding

        public Charset getSourceEncoding()