Class RuntimeLoader<T>

    • Constructor Detail

      • RuntimeLoader

        public RuntimeLoader​(String libraryName,
                             String extractionRoot,
                             Class<T> cls)
        Creates a new library loader.
        Parameters:
        libraryName - Name of library to load.
        extractionRoot - Location from which to load the library.
        cls - Class whose classpath the given library belongs.