Package org.jboss.shrinkwrap.impl.base
Interface URLPackageScanner.Callback
-
- Enclosing class:
- URLPackageScanner
public static interface URLPackageScanner.Callback
Callback interface for found classes.- Version:
- $Revision: $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
classFound(java.lang.String className, Asset asset)
Called for each found class.
-
-
-
Method Detail
-
classFound
void classFound(java.lang.String className, Asset asset)
Called for each found class.- Parameters:
className
- The name of the found class
-
-