|
jaxg 0.1dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.graphics.helpers.FactoryFinder
public class FactoryFinder
FactoryFinder is responsible to find the default factory for the current environment.
Note: The code here is mostly taken from JAXP 1.1 but with JDK 1.1 and debug logging support removed.
Nested Class Summary | |
---|---|
static class |
FactoryFinder.ConfigurationError
|
Constructor Summary | |
---|---|
FactoryFinder()
|
Method Summary | |
---|---|
static java.lang.Object |
find(java.lang.String factoryId,
java.lang.String fallbackClassName)
Finds the implementation Class object in the specified order. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FactoryFinder()
Method Detail |
---|
public static java.lang.Object find(java.lang.String factoryId, java.lang.String fallbackClassName) throws FactoryFinder.ConfigurationError
factoryId
- Name of the factory to find, same as
a property namefallbackClassName
- Implementation class name, if nothing else
is found. Use null to mean no fallback.
FactoryFinder.ConfigurationError
|
jaxg 0.1dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |