Interface LibraryCallback
public interface LibraryCallback
Callback interface used to iterateLibraries
.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
library(Library library)
Callback for a single library backed by aFile
.
Method Detail
library
void library(Library library) throws IOException
Callback for a single library backed by aFile
.- Parameters:
library
- the library- Throws:
IOException
- if the operation fails