Interface ILibraryImporter

    • Method Detail

      • importLibraryFromFile

        void importLibraryFromFile​(Path libraryPath,
                                   Path targetPath,
                                   org.eclipse.core.runtime.IProgressMonitor monitor)
                            throws IOException
        Import the library from file.
        Parameters:
        libraryPath - the library file path to import from, cannot be null
        targetPath - the target folder path to unpack library to, cannot be null
        monitor - the monitor to indicate the progress, may be null
        Throws:
        IOException - if an I/O error occurs