Package com._1c.g5.v8.dt.project.library
Interface IV8Library
-
public interface IV8Library
A V8 project library represented by a descriptor and providing methods to access the library's underlying source code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IV8LibraryDescriptor
getLibraryDescriptor()
Gets library descriptor with common information about current library.InputStream
getStream(Path path)
GetsInputStream
for the specified path.
-
-
-
Method Detail
-
getLibraryDescriptor
IV8LibraryDescriptor getLibraryDescriptor()
Gets library descriptor with common information about current library.- Returns:
- library descriptor
-
getStream
InputStream getStream(Path path)
GetsInputStream
for the specified path.- Parameters:
path
- the path- Returns:
- an
InputStream
for the specified path
-
-