public abstract class ProviderHelper
extends java.lang.Object
Constructor and Description |
---|
ProviderHelper() |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
constructClassName(java.lang.String packageName,
java.lang.String protocol,
java.lang.String className) |
protected static java.lang.String |
findSystemPackageList(java.lang.String key) |
protected static Logger |
getLogger() |
protected static java.lang.Class |
loadClass(java.lang.String className,
java.lang.ClassLoader loader) |
protected static java.lang.String |
normalizeProtocol(java.lang.String protocol) |
protected static java.lang.String normalizeProtocol(java.lang.String protocol)
protected static java.lang.String findSystemPackageList(java.lang.String key)
protected static java.lang.Class loadClass(java.lang.String className, java.lang.ClassLoader loader) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
protected static java.lang.String constructClassName(java.lang.String packageName, java.lang.String protocol, java.lang.String className)
protected static Logger getLogger()