public class JarScanner extends java.lang.Object implements ClassScanner<JarScanner.JarScannerOptions>
ClassLoader| Modifier and Type | Class and Description |
|---|---|
static class |
JarScanner.JarScannerOptions
Options to configure a
JarScanner scan operation. |
| Modifier and Type | Field and Description |
|---|---|
static JarScanner |
instance
|
| Constructor and Description |
|---|
JarScanner() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.Class<?>> |
scan(JarScanner.JarScannerOptions options)
Scans for all applicable
Ts based on the given input I |
public static final JarScanner instance
public java.util.Set<java.lang.Class<?>> scan(JarScanner.JarScannerOptions options)
Ts based on the given input Iscan in interface ClassScanner<JarScanner.JarScannerOptions>scan in interface Scanner<java.lang.Class<?>,JarScanner.JarScannerOptions>options - The inputTs