Uses of Interface
com._1c.g5.v8.dt.project.library.IV8Library
-
Packages that use IV8Library Package Description com._1c.g5.v8.dt.project.library -
-
Uses of IV8Library in com._1c.g5.v8.dt.project.library
Methods in com._1c.g5.v8.dt.project.library that return IV8Library Modifier and Type Method Description IV8Library
IV8LibraryManager. getLibrary(IV8LibraryDescriptor libraryDescriptor)
Returns a library by its descriptor.Methods in com._1c.g5.v8.dt.project.library that return types with arguments of type IV8Library Modifier and Type Method Description CompletableFuture<IV8Library>
IV8LibraryRepositoryConnector. request(IV8LibraryDescriptor libraryDescriptor)
Requests library associated with current descriptor.Methods in com._1c.g5.v8.dt.project.library with parameters of type IV8Library Modifier and Type Method Description void
IV8LibraryManager. registerLibrary(IV8Library library, URI destination)
Registers library in the specified connector.void
IV8LibraryRepositoryConnector. registerLibrary(IV8Library library, Path cachedLibraryLocation)
Registers library.
-