ShrinkWrap Implementation Base 1.0.0

org.jboss.shrinkwrap.impl.base
Interface URLPackageScanner.Callback

Enclosing class:
URLPackageScanner

public static interface URLPackageScanner.Callback

Callback interface for found classes.

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 void classFound(String className)
          Called for each found class.
 

Method Detail

classFound

void classFound(String className)
Called for each found class.

Parameters:
className - The name of the found class

ShrinkWrap Implementation Base 1.0.0

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.