Package | Description |
---|---|
com.comphenix.protocol.utility |
Modifier and Type | Method and Description |
---|---|
static ClassSource |
ClassSource.fromClassLoader()
Construct a class source from the default class loader.
|
static ClassSource |
ClassSource.fromClassLoader(java.lang.ClassLoader loader)
Construct a class source from the given class loader.
|
static ClassSource |
ClassSource.fromMap(java.util.Map<java.lang.String,java.lang.Class<?>> map)
Construct a class source from a mapping of canonical names and the corresponding classes.
|
static ClassSource |
ClassSource.fromPackage(java.lang.String packageName)
Construct a class source from the default class loader and package.
|
ClassSource |
ClassSource.retry(ClassSource other)
Retrieve a class source that will retry failed lookups in the given source.
|
ClassSource |
ClassSource.usingPackage(java.lang.String packageName)
Retrieve a class source that prepends a specific package name to every lookup.
|
Modifier and Type | Method and Description |
---|---|
ClassSource |
ClassSource.retry(ClassSource other)
Retrieve a class source that will retry failed lookups in the given source.
|