Uses of Class
io.github.mkoncek.classpathless.api.ClasspathlessCompiler.Arguments
Packages that use ClasspathlessCompiler.Arguments
-
Uses of ClasspathlessCompiler.Arguments in io.github.mkoncek.classpathless.api
Methods in io.github.mkoncek.classpathless.api that return ClasspathlessCompiler.ArgumentsModifier and TypeMethodDescriptionClasspathlessCompiler.Arguments.compilerOptions
(Collection<String> value) Set flags which will be passed to the compiler.ClasspathlessCompiler.Arguments.useHostJavaLangObject
(boolean value) Set flag whether or not to use host java.lang.Object class regardless of "useHostSystemClasses".ClasspathlessCompiler.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.ArgumentsModifier and TypeFieldDescriptionprivate ClasspathlessCompiler.Arguments
CompilerJavac.arguments
private ClasspathlessCompiler.Arguments
InMemoryFileManager.arguments
Methods in io.github.mkoncek.classpathless.impl with parameters of type ClasspathlessCompiler.ArgumentsModifier and TypeMethodDescription(package private) void
InMemoryFileManager.setArguments
(ClasspathlessCompiler.Arguments arguments) Constructors in io.github.mkoncek.classpathless.impl with parameters of type ClasspathlessCompiler.Arguments