Uses of Class
org.frankframework.configuration.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in org.frankframework.configuration
Methods in org.frankframework.configuration that return ConfigurationMethods in org.frankframework.configuration that return types with arguments of type ConfigurationMethods in org.frankframework.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidIbisManager.addConfiguration(Configuration configuration) voidConfigurationAware.setConfiguration(Configuration configuration) Constructors in org.frankframework.configuration with parameters of type Configuration -
Uses of Configuration in org.frankframework.configuration.digester
Methods in org.frankframework.configuration.digester with parameters of type ConfigurationModifier and TypeMethodDescriptionprotected ResourceConfigurationDigester.getConfigurationResource(Configuration configuration) ConfigurationDigester.getDigester(Configuration configuration) voidConfigurationDigester.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 Configuration in org.frankframework.configuration.util
Methods in org.frankframework.configuration.util with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic booleanConfigurationUtils.isConfigurationXmlOptional(Configuration configuration) -
Uses of Configuration in org.frankframework.lifecycle.events
Constructors in org.frankframework.lifecycle.events with parameters of type ConfigurationModifierConstructorDescriptionConfigurationMessageEvent(Configuration source, String message) ConfigurationMessageEvent(Configuration source, String message, Exception e) ConfigurationMessageEvent(Configuration source, String message, MessageEventLevel level) -
Uses of Configuration in org.frankframework.management.bus.dto
Constructors in org.frankframework.management.bus.dto with parameters of type Configuration -
Uses of Configuration in org.frankframework.management.bus.endpoints
Methods in org.frankframework.management.bus.endpoints that return ConfigurationModifier and TypeMethodDescriptionprotected ConfigurationBusEndpointBase.getConfigurationByName(String configurationName) -
Uses of Configuration in org.frankframework.util.flow
Methods in org.frankframework.util.flow with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidFlowDiagramManager.generate(Configuration configuration) FlowDiagramManager.get(Configuration configuration) Method parameters in org.frankframework.util.flow with type arguments of type ConfigurationModifier and TypeMethodDescriptionvoidFlowDiagramManager.generate(List<Configuration> configurations) FlowDiagramManager.get(List<Configuration> configurations) FlowDiagramManager.getConfigurationXml(List<Configuration> configurations)