This class is similar to the URLDeploymentScanner (
See Also: org.jboss.deployment.scanner.URLDeploymentScanner). It is designed See Also: to deploy direct URLs and to scan directories. The distinction between See Also: the two is that this class forces the user to specify which entries are See Also: directories to scan, and which are urls to deploy. author: Larry Sanderson
This is a workaround for a bug in Sun's JVM 1.3 on windows (any
others??). Inner classes can not directly access protected members
from the outer-class's super class.