Package org.pentaho.platform.util
Class JarEntityResolver
- java.lang.Object
-
- org.pentaho.platform.util.JarEntityResolver
-
- All Implemented Interfaces:
URIResolver
,org.pentaho.platform.api.engine.IDocumentResourceLoader
,EntityResolver
public class JarEntityResolver extends Object implements org.pentaho.platform.api.engine.IDocumentResourceLoader
-
-
Constructor Summary
Constructors Constructor Description JarEntityResolver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JarEntityResolver
getInstance()
InputStream
loadXsl(String name)
Source
resolve(String href, String base)
InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
getInstance
public static JarEntityResolver getInstance()
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
-
resolve
public Source resolve(String href, String base)
- Specified by:
resolve
in interfaceURIResolver
-
loadXsl
public InputStream loadXsl(String name)
- Specified by:
loadXsl
in interfaceorg.pentaho.platform.api.engine.IDocumentResourceLoader
-
-