Interface Libraries
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Encapsulates information about libraries that may be packed into the archive.
- Since:
- 1.0.0
- Author:
- Phillip Webb
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doWithLibraries
(LibraryCallback callback) Iterate all relevant libraries.
-
Field Details
-
NONE
Represents no libraries.
-
-
Method Details
-
doWithLibraries
Iterate all relevant libraries.- Parameters:
callback
- a callback for each relevant library.- Throws:
IOException
- if the operation fails
-