Package com._1c.g5.v8.dt.project.library
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 Summary
Modifier and TypeMethodDescriptionGets library descriptor with common information about current library.GetsInputStream
for the specified path.
-
Method Details
-
getLibraryDescriptor
IV8LibraryDescriptor getLibraryDescriptor()Gets library descriptor with common information about current library.- Returns:
- library descriptor
-
getStream
GetsInputStream
for the specified path.- Parameters:
path
- the path- Returns:
- an
InputStream
for the specified path
-