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 ConfigurationModifier and TypeMethodDescriptionIbisManager.getConfiguration
(String configurationName) ConfigurationMessageEvent.getSource()
Methods in org.frankframework.configuration that return types with arguments of type ConfigurationMethods in org.frankframework.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
IbisManager.addConfiguration
(Configuration configuration) ConfigurationDigester.getDigester
(Configuration configuration) static boolean
ConfigurationUtils.isConfigurationXmlOptional
(Configuration configuration) void
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.void
ConfigurationAware.setConfiguration
(Configuration configuration) Constructors in org.frankframework.configuration with parameters of type ConfigurationModifierConstructorDescriptionConfigurationAwareBeanPostProcessor
(Configuration configuration) ConfigurationMessageEvent
(Configuration source, String message) ConfigurationMessageEvent
(Configuration source, String message, Exception e) ConfigurationMessageEvent
(Configuration source, String message, MessageKeeper.MessageKeeperLevel level) -
Uses of Configuration in org.frankframework.core
Methods in org.frankframework.core that return ConfigurationMethods in org.frankframework.core with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
Adapter.setConfiguration
(Configuration configuration) void
PipeLine.setConfiguration
(Configuration configuration) -
Uses of Configuration in org.frankframework.jdbc.migration
Methods in org.frankframework.jdbc.migration that return Configuration -
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 Configuration
BusEndpointBase.getConfigurationByName
(String configurationName) -
Uses of Configuration in org.frankframework.receivers
Methods in org.frankframework.receivers with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
FrankListener.setConfiguration
(Configuration configuration) -
Uses of Configuration in org.frankframework.senders
Methods in org.frankframework.senders with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
FrankSender.setConfiguration
(Configuration configuration) void
IbisLocalSender.setConfiguration
(Configuration configuration) -
Uses of Configuration in org.frankframework.util.flow
Methods in org.frankframework.util.flow with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
FlowDiagramManager.generate
(Configuration configuration) FlowDiagramManager.get
(Configuration configuration) Method parameters in org.frankframework.util.flow with type arguments of type ConfigurationModifier and TypeMethodDescriptionvoid
FlowDiagramManager.generate
(List<Configuration> configurations) FlowDiagramManager.get
(List<Configuration> configurations) FlowDiagramManager.getConfigurationXml
(List<Configuration> configurations)