| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.utils |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ObjectFactory.createObject(String factoryId,
String fallbackClassName)
Finds the implementation Class object in the specified order.
|
static Object |
ObjectFactory.createObject(String factoryId,
String propertiesFilename,
String fallbackClassName)
Finds the implementation Class object in the specified order.
|
static ClassLoader |
ObjectFactory.findClassLoader()
Figure out which ClassLoader to use.
|
static Class |
ObjectFactory.findProviderClass(String className,
boolean doFallback)
Find a Class using the same classloader for the ObjectFactory by default
or bootclassloader when Security Manager is in place
|
static Class |
ObjectFactory.findProviderClass(String className,
ClassLoader cl,
boolean doFallback)
Find a Class using the specified ClassLoader
|
static Object |
ObjectFactory.newInstance(String className,
boolean doFallback)
Create an instance of a class using the same classloader for the ObjectFactory by default
or bootclassloader when Security Manager is in place
|
static Object |
ObjectFactory.newInstance(String className,
ClassLoader cl,
boolean doFallback)
Create an instance of a class using the specified ClassLoader
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.