Package org.mustangproject
Class ClasspathResolverURIAdapter
- java.lang.Object
-
- org.mustangproject.ClasspathResolverURIAdapter
-
- All Implemented Interfaces:
org.apache.xmlgraphics.io.ResourceResolver
public class ClasspathResolverURIAdapter extends java.lang.Object implements org.apache.xmlgraphics.io.ResourceResolver
-
-
Constructor Summary
Constructors Constructor Description ClasspathResolverURIAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.OutputStreamgetOutputStream(java.net.URI uri)org.apache.xmlgraphics.io.ResourcegetResource(java.net.URI uri)
-
-
-
Method Detail
-
getResource
public org.apache.xmlgraphics.io.Resource getResource(java.net.URI uri) throws java.io.IOException- Specified by:
getResourcein interfaceorg.apache.xmlgraphics.io.ResourceResolver- Throws:
java.io.IOException
-
getOutputStream
public java.io.OutputStream getOutputStream(java.net.URI uri) throws java.io.IOException- Specified by:
getOutputStreamin interfaceorg.apache.xmlgraphics.io.ResourceResolver- Throws:
java.io.IOException
-
-