Interface Libraries
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