Uses of Class
io.github.mkoncek.classpathless.api.ClasspathlessCompiler.Arguments
-
Packages that use ClasspathlessCompiler.Arguments Package Description io.github.mkoncek.classpathless.api io.github.mkoncek.classpathless.impl -
-
Uses of ClasspathlessCompiler.Arguments in io.github.mkoncek.classpathless.api
Methods in io.github.mkoncek.classpathless.api that return ClasspathlessCompiler.Arguments Modifier and Type Method Description ClasspathlessCompiler.ArgumentsClasspathlessCompiler.Arguments. compilerOptions(java.util.Collection<java.lang.String> value)Set flags which will be passed to the compiler.ClasspathlessCompiler.ArgumentsClasspathlessCompiler.Arguments. useHostJavaLangObject(boolean value)Set flag whether or not to use host java.lang.Object class regardless of "useHostSystemClasses".ClasspathlessCompiler.ArgumentsClasspathlessCompiler.Arguments. useHostSystemClasses(boolean value)Set flag whether or not to use host system classes. -
Uses of ClasspathlessCompiler.Arguments in io.github.mkoncek.classpathless.impl
Fields in io.github.mkoncek.classpathless.impl declared as ClasspathlessCompiler.Arguments Modifier and Type Field Description private ClasspathlessCompiler.ArgumentsCompilerJavac. argumentsprivate ClasspathlessCompiler.ArgumentsInMemoryFileManager. argumentsMethods in io.github.mkoncek.classpathless.impl with parameters of type ClasspathlessCompiler.Arguments Modifier and Type Method Description (package private) voidInMemoryFileManager. setArguments(ClasspathlessCompiler.Arguments arguments)Constructors in io.github.mkoncek.classpathless.impl with parameters of type ClasspathlessCompiler.Arguments Constructor Description CompilerJavac(ClasspathlessCompiler.Arguments arguments)
-