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 java.lang.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 java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
getClass(io.github.mkoncek.classpathless.api.ClassIdentifier... classIdentifiers)
java.util.List<java.lang.String>
getClassPathListing()
-
-
-
Method Detail
-
getClass
public java.util.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
public java.util.List<java.lang.String> getClassPathListing()
- Specified by:
getClassPathListing
in interfaceio.github.mkoncek.classpathless.api.ClassesProvider
-
-