Class 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
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vmInfo

        private final VmInfo vmInfo
      • vmManager

        private final VmManager vmManager
    • Constructor Detail

      • JrdClassesProvider

        public JrdClassesProvider​(VmInfo vmInfo,
                                  VmManager vmManager)
    • 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 interface io.github.mkoncek.classpathless.api.ClassesProvider
      • getClassPathListing

        public java.util.List<java.lang.String> getClassPathListing()
        Specified by:
        getClassPathListing in interface io.github.mkoncek.classpathless.api.ClassesProvider