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 LoggingSwitchInMemoryFileManager.loggingSwitchprivate LoggingSwitchInMemoryJavaClassFileObject.loggingSwitchMethods in io.github.mkoncek.classpathless.impl with parameters of type LoggingSwitchModifier and TypeMethodDescriptionprivate static booleanCompilerJavac.areBytecodesValid(LoggingSwitch loggingSwitch, IdentifiedSource source, Collection<IdentifiedBytecode> bytecodes) private static Collection<String> CompilerJavac.extractAllDependencies(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, IdentifiedBytecode bytecode) private static voidCompilerJavac.extractAllDependenciesCatched(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, TreeSet<String> availableClasses, IdentifiedSource source, IdentifiedBytecode bytecode) CompilerJavac.initializePossibleDependency(ClassesProvider classesProvider, LoggingSwitch loggingSwitch, IdentifiedSource[] javaSourceFiles) private static booleanCompilerJavac.isBytecodeValid(IdentifiedBytecode bytecode, LoggingSwitch loggingSwitch, IdentifiedSource source) (package private) voidInMemoryFileManager.setLoggingSwitch(LoggingSwitch loggingSwitch) Constructors in io.github.mkoncek.classpathless.impl with parameters of type LoggingSwitchModifierConstructorDescriptionInMemoryJavaClassFileObject(String name, ClassesProvider classProvider, LoggingSwitch loggingSwitch)