Uses of Class
io.github.mkoncek.classpathless.api.IdentifiedSource
-
Packages that use IdentifiedSource Package Description io.github.mkoncek.classpathless.api io.github.mkoncek.classpathless.impl -
-
Uses of IdentifiedSource in io.github.mkoncek.classpathless.api
Methods in io.github.mkoncek.classpathless.api with parameters of type IdentifiedSource Modifier and Type Method Description java.util.Collection<IdentifiedBytecode>ClasspathlessCompiler. compileClass(ClassesProvider classesProvider, java.util.Optional<MessagesListener> messagesListener, IdentifiedSource... javaSourceFiles) -
Uses of IdentifiedSource in io.github.mkoncek.classpathless.impl
Methods in io.github.mkoncek.classpathless.impl that return IdentifiedSource Modifier and Type Method Description (package private) IdentifiedSourceInMemoryJavaSourceFileObject. getIdentifiedSource()Methods in io.github.mkoncek.classpathless.impl with parameters of type IdentifiedSource Modifier and Type Method Description private static booleanCompilerJavac. areBytecodesValid(LoggingSwitch loggingSwitch, IdentifiedSource source, java.util.Collection<IdentifiedBytecode> bytecodes)java.util.Collection<IdentifiedBytecode>CompilerJavac. compileClass(ClassesProvider classesProvider, java.util.Optional<MessagesListener> messagesConsumer, IdentifiedSource... javaSourceFiles)private static voidCompilerJavac. 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 booleanCompilerJavac. isBytecodeValid(IdentifiedBytecode bytecode, LoggingSwitch loggingSwitch, IdentifiedSource source)Constructors in io.github.mkoncek.classpathless.impl with parameters of type IdentifiedSource Constructor Description InMemoryJavaSourceFileObject(IdentifiedSource source)
-