Package org.jrd.backend.communication
Class RuntimeCompilerConnector.JrdClassesProvider
java.lang.Object
org.jrd.backend.communication.RuntimeCompilerConnector.JrdClassesProvider
- All Implemented Interfaces:
io.github.mkoncek.classpathless.api.ClassesProvider
- Enclosing class:
- RuntimeCompilerConnector
public static class RuntimeCompilerConnector.JrdClassesProvider
extends Object
implements io.github.mkoncek.classpathless.api.ClassesProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
getClass
(io.github.mkoncek.classpathless.api.ClassIdentifier... classIdentifiers)
-
Field Details
-
vmInfo
-
vmManager
-
-
Constructor Details
-
JrdClassesProvider
-
-
Method Details
-
getClass
public Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> getClass(io.github.mkoncek.classpathless.api.ClassIdentifier... classIdentifiers) - Specified by:
getClass
in interfaceio.github.mkoncek.classpathless.api.ClassesProvider
-
getClassPathListing
- Specified by:
getClassPathListing
in interfaceio.github.mkoncek.classpathless.api.ClassesProvider
-