Uses of Class
org.frankframework.core.Resource
Package
Description
-
Uses of Resource in org.frankframework.configuration
Modifier 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
ModifierConstructorDescriptionFrankDigesterRules
(org.apache.commons.digester3.Digester digester, Resource digesterRules) IncludeFilter
(ContentHandler handler, Resource resource) -
Uses of Resource in org.frankframework.core
Modifier and TypeClassDescriptionclass
Reference to an byte[].class
Reference to a resource, within the Configuration scope.Modifier 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
Modifier and TypeMethodDescriptionabstract Resource
AbstractDatabaseMigrator.getChangeLog()
LiquibaseMigrator.getChangeLog()
Modifier and TypeMethodDescriptionabstract void
Run the provided migration script (against the local database) and write the output to theWriter
.void
-
Uses of Resource in org.frankframework.util
Modifier 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
Modifier and TypeMethodDescriptionClassLoaderURIResolver.resolveToResource
(String href, String base)