Class V8Library
java.lang.Object
com._1c.g5.v8.dt.internal.project.library.V8Library
- All Implemented Interfaces:
IV8Library
Basic V8 project library implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionV8Library
(IV8LibraryDescriptor libraryDescriptor, Path cachedSource) Constructs a library. -
Method Summary
-
Constructor Details
-
V8Library
Constructs a library.- Parameters:
libraryDescriptor
- library descriptorcachedSource
- library source root
-
-
Method Details
-
getLibraryDescriptor
Description copied from interface:IV8Library
Gets library descriptor with common information about current library.- Specified by:
getLibraryDescriptor
in interfaceIV8Library
- Returns:
- library descriptor
-
getStream
Description copied from interface:IV8Library
GetsInputStream
for the specified path.- Specified by:
getStream
in interfaceIV8Library
- Parameters:
path
- the path- Returns:
- an
InputStream
for the specified path
-
equals
-
hashCode
public int hashCode() -
toString
-