Uses of Class
io.github.mkoncek.classpathless.impl.LoggingSwitch
Packages that use LoggingSwitch
-
Uses of LoggingSwitch in io.github.mkoncek.classpathless.impl
Subclasses of LoggingSwitch in io.github.mkoncek.classpathless.implFields in io.github.mkoncek.classpathless.impl declared as LoggingSwitchModifier and TypeFieldDescriptionprivate LoggingSwitch
InMemoryFileManager.loggingSwitch
private LoggingSwitch
InMemoryJavaClassFileObject.loggingSwitch
Methods in io.github.mkoncek.classpathless.impl with parameters of type LoggingSwitchModifier and TypeMethodDescriptionprivate static boolean
CompilerJavac.areBytecodesValid
(LoggingSwitch loggingSwitch, IdentifiedSource source, Collection<IdentifiedBytecode> bytecodes) private static Collection
<String> CompilerJavac.extractAllDependencies
(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, IdentifiedBytecode bytecode) private static void
CompilerJavac.extractAllDependenciesCatched
(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, TreeSet<String> availableClasses, IdentifiedSource source, IdentifiedBytecode bytecode) 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 LoggingSwitchModifierConstructorDescriptionInMemoryJavaClassFileObject
(String name, ClassesProvider classProvider, LoggingSwitch loggingSwitch)