Package | Description |
---|---|
com.rometools.propono.atom.server |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.Object |
FactoryFinder.find(java.lang.String factoryId,
java.lang.String fallbackClassName)
Deprecated.
Finds the implementation Class object in the specified order.
|
private static java.lang.Object |
FactoryFinder.findJarServiceProvider(java.lang.String factoryId)
Deprecated.
|
private static java.lang.Object |
FactoryFinder.newInstance(java.lang.String className,
java.lang.ClassLoader cl,
boolean doFallback)
Deprecated.
Create an instance of a class using the specified ClassLoader and optionally fall back to the
current ClassLoader if not found.
|