Uses of Class
org.frankframework.core.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.frankframework.configuration.digester
Methods in org.frankframework.configuration.digester that return ResourceModifier and TypeMethodDescriptionprotected ResourceConfigurationDigester.getConfigurationResource(Configuration configuration) Methods in org.frankframework.configuration.digester with parameters of type ResourceModifier and TypeMethodDescriptionvoidConfigurationDigester.parseAndResolveEntitiesAndProperties(ContentHandler digester, Configuration configuration, Resource resource, PropertyLoader properties) Performs an Identity-transform, which resolves entities with content from files found on the ClassPath.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 TypeClassDescriptionclassReference to an byte[].classReference to a resource, within the Configuration scope.Methods in org.frankframework.core that return ResourceModifier and TypeMethodDescriptionstatic ResourceResource.getResource(String resource) static ResourceResource.getResource(IScopeProvider scopeProvider, String resource) static ResourceResource.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 ResourceAbstractDatabaseMigrator.getChangeLog()LiquibaseMigrator.getChangeLog()Methods in org.frankframework.jdbc.migration with parameters of type ResourceModifier and TypeMethodDescriptionabstract voidRun the provided migration script (against the local database) and write the output to theWriter.voidConstructors 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 TransformerPoolTransformerPool.getInstance(Resource resource) Get a TransformerPool instance that loads its XSLT stylesheet from the given resource.static TransformerPoolTransformerPool.getInstance(Resource resource, int xsltVersion) Get a TransformerPool instance that loads its XSLT stylesheet from the given resource.static SAXSourceXmlUtils.inputSourceToSAXSource(Resource resource) static SAXSourceXmlUtils.inputSourceToSAXSource(InputSource is, boolean namespaceAware, Resource scopeProvider) TODO: This does not appear to always properly honour namespaceAware=falsestatic voidXmlUtils.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)