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
ConstructorsModifierConstructorDescriptionprotectedURLResource(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:
openStreamin classResource- Throws:
IOException
-
getSystemId
- Specified by:
getSystemIdin classResource- Returns:
- Canonical path of the resource
-
toString
-