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
-
-
Constructor Summary
Constructors Constructor Description JRDClassesProvider(VmInfo vmInfo, VmManager vmManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
getClass(io.github.mkoncek.classpathless.api.ClassIdentifier... classIdentifiers)
List<String>
getClassPathListing()
-
-
-
Method Detail
-
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
-
-