Package io.joshworks.snappy.maven.tools
Interface LibraryCallback
-
public interface LibraryCallbackCallback interface used to iterateLibraries.- Author:
- Phillip Webb
-
-
Method Detail
-
library
void library(Library library) throws java.io.IOException
Callback to for a single library backed by aFile.- Parameters:
library- the library- Throws:
java.io.IOException- if the operation fails
-
-