public abstract class PackageLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
logger |
protected String |
packageName |
protected URL |
packageURL |
| Constructor and Description |
|---|
PackageLoader(URL packageURL,
String packageName) |
| Modifier and Type | Method and Description |
|---|---|
protected static PackageLoader |
getPackageLoaderByURL(URL packageURL,
String packageName) |
abstract Set<String> |
getSubPackages() |
static Set<URL> |
getThreadResources(String path) |
abstract Set<Type> |
getTypes() |
String |
toString() |
Copyright © 2010–2019. All rights reserved.