Package com._1c.g5.v8.dt.project.library
Interface IV8Library
-
public interface IV8LibraryA 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 IV8LibraryDescriptorgetLibraryDescriptor()Gets library descriptor with common information about current library.InputStreamgetStream(Path path)GetsInputStreamfor 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)
GetsInputStreamfor the specified path.- Parameters:
path- the path- Returns:
- an
InputStreamfor the specified path
-
-