Uses of Class
io.github.mkoncek.classpathless.impl.LoggingSwitch
-
Packages that use LoggingSwitch Package Description io.github.mkoncek.classpathless.impl -
-
Uses of LoggingSwitch in io.github.mkoncek.classpathless.impl
Subclasses of LoggingSwitch in io.github.mkoncek.classpathless.impl Modifier and Type Class Description static class
LoggingSwitch.Null
Fields in io.github.mkoncek.classpathless.impl declared as LoggingSwitch Modifier and Type Field Description private LoggingSwitch
InMemoryFileManager. loggingSwitch
private LoggingSwitch
InMemoryJavaClassFileObject. loggingSwitch
Methods in io.github.mkoncek.classpathless.impl with parameters of type LoggingSwitch Modifier and Type Method Description private static boolean
CompilerJavac. areBytecodesValid(LoggingSwitch loggingSwitch, IdentifiedSource source, java.util.Collection<IdentifiedBytecode> bytecodes)
private static java.util.Collection<java.lang.String>
CompilerJavac. extractAllDependencies(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, IdentifiedBytecode bytecode)
private static void
CompilerJavac. extractAllDependenciesCatched(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, java.util.TreeSet<java.lang.String> availableClasses, IdentifiedSource source, IdentifiedBytecode bytecode)
private static java.util.TreeSet<java.lang.String>
CompilerJavac. initializePossibleDependency(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, IdentifiedSource[] javaSourceFiles)
private static boolean
CompilerJavac. isBytecodeValid(IdentifiedBytecode bytecode, LoggingSwitch loggingSwitch, IdentifiedSource source)
(package private) void
InMemoryFileManager. setLoggingSwitch(LoggingSwitch loggingSwitch)
Constructors in io.github.mkoncek.classpathless.impl with parameters of type LoggingSwitch Constructor Description InMemoryJavaClassFileObject(java.lang.String name, ClassesProvider classProvider, LoggingSwitch loggingSwitch)
-