Package org.frankframework.core
Class URLResource
java.lang.Object
org.frankframework.core.Resource
org.frankframework.core.URLResource
- All Implemented Interfaces:
IScopeProvider
Reference to a resource, within the Configuration scope. Can be accessed multiple times.
- Author:
- Niels Meijer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.core.Resource
Resource.GlobalScopeProvider
-
Field Summary
Fields inherited from class org.frankframework.core.Resource
scopeProvider
-
Constructor Summary
ModifierConstructorDescriptionprotected
URLResource
(IScopeProvider scopeProvider, URL url, String systemId) -
Method Summary
Methods inherited from class org.frankframework.core.Resource
asInputSource, asSource, asXMLInputSource, getConfigurationClassLoader, getName, getResource, getResource, getResource
-
Constructor Details
-
URLResource
-
-
Method Details
-
openStream
- Specified by:
openStream
in classResource
- Throws:
IOException
-
getSystemId
- Specified by:
getSystemId
in classResource
- Returns:
- Canonical path of the resource
-
toString
-