Interface IV8Library

All Known Implementing Classes:
V8Library

public interface IV8Library
A V8 project library represented by a descriptor and providing methods to access the library's underlying source code.
  • Method Details

    • getLibraryDescriptor

      IV8LibraryDescriptor getLibraryDescriptor()
      Gets library descriptor with common information about current library.
      Returns:
      library descriptor
    • getStream

      InputStream getStream(Path path)
      Gets InputStream for the specified path.
      Parameters:
      path - the path
      Returns:
      an InputStream for the specified path