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
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoWithLibraries(LibraryCallback callback) Iterate all relevant libraries.
- 
Field Details- 
NONERepresents no libraries.
 
- 
- 
Method Details- 
doWithLibrariesIterate all relevant libraries.- Parameters:
- callback- a callback for each relevant library.
- Throws:
- IOException- if the operation fails
 
 
-