Class FopConfigClassLoaderWrapper
- java.lang.Object
-
- org.fugerit.java.doc.mod.fop.config.FopConfigClassLoaderWrapper
-
- All Implemented Interfaces:
Serializable,FopConfig
- Direct Known Subclasses:
FopConfigClassLoader
public class FopConfigClassLoaderWrapper extends Object implements FopConfig, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlgraphics.io.ResourceResolverDEFAULT_RESOURCE_RESOLVER
-
Constructor Summary
Constructors Constructor Description FopConfigClassLoaderWrapper(String fopConfigPath)FopConfigClassLoaderWrapper(String fopConfigPath, org.apache.xmlgraphics.io.ResourceResolver customResourceResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.xmlgraphics.io.ResourceResolvergetCustomResourceResolver()StringgetFopConfigPath()org.apache.fop.apps.FopFactorynewFactory()
-
-
-
Method Detail
-
getFopConfigPath
public String getFopConfigPath()
-
getCustomResourceResolver
public org.apache.xmlgraphics.io.ResourceResolver getCustomResourceResolver()
-
newFactory
public org.apache.fop.apps.FopFactory newFactory() throws Exception- Specified by:
newFactoryin interfaceFopConfig- Throws:
Exception
-
-