@FunctionalInterface
public interface Libraries
| Modifier and Type | Field and Description | 
|---|---|
| static Libraries | NONERepresents no libraries. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doWithLibraries(LibraryCallback callback)Iterate all relevant libraries. | 
static final Libraries NONE
void doWithLibraries(LibraryCallback callback) throws java.io.IOException
callback - a callback for each relevant library.java.io.IOException - if the operation fails