Class Cli.CompileArguments

  • Enclosing class:
    Cli

    private final class Cli.CompileArguments
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.io.File> filesToCompile  
      (package private) boolean isRecursive  
      (package private) java.lang.String puc  
      (package private) java.lang.String wantedCustomCompiler  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.github.mkoncek.classpathless.api.ClassesProvider getClassesProvider()  
      io.github.mkoncek.classpathless.api.ClasspathlessCompiler getCompiler()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • wantedCustomCompiler

        java.lang.String wantedCustomCompiler
      • puc

        java.lang.String puc
      • isRecursive

        boolean isRecursive
      • filesToCompile

        java.util.List<java.io.File> filesToCompile
    • Constructor Detail

      • CompileArguments

        CompileArguments()
                  throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
    • Method Detail

      • getClassesProvider

        public io.github.mkoncek.classpathless.api.ClassesProvider getClassesProvider()
      • getCompiler

        public io.github.mkoncek.classpathless.api.ClasspathlessCompiler getCompiler()