Package aQute.bnd.build
Class LibraryHandler
java.lang.Object
aQute.bnd.build.LibraryHandler
- All Implemented Interfaces:
AutoCloseable
Implements the `-library` instruction. This will make it possible to include
bnd files and binaries from bundles in the repo or file system. This is
described in library.md.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
private void
private LibraryHandler.RepoLibrary
getLibrary
(String name, String versionRange, Workspace.ResourceRepositoryStrategy strategy) (package private) void
-
Field Details
-
ws
-
-
Constructor Details
-
LibraryHandler
LibraryHandler(Workspace ws)
-
-
Method Details
-
update
-
error
-
getLibrary
private LibraryHandler.RepoLibrary getLibrary(String name, String versionRange, Workspace.ResourceRepositoryStrategy strategy) throws Exception - Throws:
Exception
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-