| Package | Description |
|---|---|
| org.gcube.common.scan |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScanner
Default implementation of
ClasspathScanner. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClasspathScannerFactory.setScanner(ClasspathScanner scanner)
Sets the scanner to return from
ClasspathScannerFactory.scanner() and ClasspathScannerFactory.scanner(Collection) for testing purposes. |
Copyright © 2017. All Rights Reserved.