Uses of Interface
org.gcube.common.scan.ClasspathScanner

Packages that use ClasspathScanner
org.gcube.common.scan   
 

Uses of ClasspathScanner in org.gcube.common.scan
 

Classes in org.gcube.common.scan that implement ClasspathScanner
 class DefaultScanner
          Default implementation of ClasspathScanner.
 

Methods in org.gcube.common.scan that return ClasspathScanner
static ClasspathScanner ClasspathScannerFactory.scanner()
          Returns a ClasspathScanner defined over all the URLs visible to the context classloader and its parents, up to the application classloader.
static ClasspathScanner ClasspathScannerFactory.scanner(Collection<URL> urls)
          Returns a ClasspathScanner defined over a given collection of URLs.
 

Methods in org.gcube.common.scan with parameters of type ClasspathScanner
static void ClasspathScannerFactory.setScanner(ClasspathScanner scanner)
          Sets the scanner to return from ClasspathScannerFactory.scanner() and ClasspathScannerFactory.scanner(Collection) for testing purposes.
 



Copyright © 2014. All Rights Reserved.