| Modifier and Type | Field and Description |
|---|---|
static Scanner.URLSource |
Scanner.defaultSource |
static Scanner.URLSource |
Scanner.surefireForkSource
check and see if we are running inside a surefire test fork
if so, pull the classpath from the manifest, otherwise return null
|
static Scanner.URLSource |
Scanner.urlClassloaderSource
assumes we are running in a normal java app, returns the app classloader's urls
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Scanner.scan(Scanner.Matcher m,
Scanner.Handler h,
Scanner.URLSource source) |
Copyright © 2017. All rights reserved.