Uses of Class
org.frankframework.core.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.frankframework.configuration
Methods in org.frankframework.configuration with parameters of type ResourceModifier and TypeMethodDescriptionvoid
ConfigurationDigester.parseAndResolveEntitiesAndProperties
(ContentHandler digester, Configuration configuration, Resource resource, PropertyLoader properties) Performs an Identity-transform, which resolves entities with content from files found on the ClassPath. -
Uses of Resource in org.frankframework.configuration.digester
Constructors in org.frankframework.configuration.digester with parameters of type Resource -
Uses of Resource in org.frankframework.core
Subclasses of Resource in org.frankframework.coreModifier and TypeClassDescriptionclass
Reference to an byte[].class
Reference to a resource, within the Configuration scope.Methods in org.frankframework.core that return ResourceModifier and TypeMethodDescriptionstatic Resource
Resource.getResource
(String resource) static Resource
Resource.getResource
(IScopeProvider scopeProvider, String resource) static Resource
Resource.getResource
(IScopeProvider scopeProvider, String resource, String allowedProtocols) -
Uses of Resource in org.frankframework.jdbc.migration
Methods in org.frankframework.jdbc.migration that return ResourceModifier and TypeMethodDescriptionabstract Resource
AbstractDatabaseMigrator.getChangeLog()
LiquibaseMigrator.getChangeLog()
Methods in org.frankframework.jdbc.migration with parameters of type ResourceModifier and TypeMethodDescriptionabstract void
Run the provided migration script (against the local database) and write the output to theWriter
.void
Constructors in org.frankframework.jdbc.migration with parameters of type Resource -
Uses of Resource in org.frankframework.util
Methods in org.frankframework.util with parameters of type ResourceModifier and TypeMethodDescriptionstatic TransformerPool
TransformerPool.getInstance
(Resource resource) Get a TransformerPool instance that loads its XSLT stylesheet from the given resource.static TransformerPool
TransformerPool.getInstance
(Resource resource, int xsltVersion) Get a TransformerPool instance that loads its XSLT stylesheet from the given resource.static SAXSource
XmlUtils.inputSourceToSAXSource
(Resource resource) static SAXSource
XmlUtils.inputSourceToSAXSource
(InputSource is, boolean namespaceAware, Resource scopeProvider) static void
XmlUtils.parseXml
(Resource resource, ContentHandler handler) -
Uses of Resource in org.frankframework.xml
Methods in org.frankframework.xml that return ResourceModifier and TypeMethodDescriptionClassLoaderURIResolver.resolveToResource
(String href, String base)