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.
@FunctionalInterface public interface Libraries
Encapsulates information about libraries that may be packed into the archive.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doWithLibraries(LibraryCallback callback)
Iterate all relevant libraries.
Method Detail
doWithLibraries
void doWithLibraries(LibraryCallback callback) throws IOException
Iterate all relevant libraries.- Parameters:
callback
- a callback for each relevant library.- Throws:
IOException
- if the operation fails