Class MappingsConfiguration
java.lang.Object
org.citrusframework.mvn.plugin.config.tests.MappingsConfiguration
- All Implemented Interfaces:
Serializable
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the inbound.Gets the inboundFile.Gets the outbound.Gets the outboundFile.voidsetInbound(Map<String, String> inbound) Sets the inbound.voidsetInboundFile(String inboundFile) Sets the inboundFile.voidsetOutbound(Map<String, String> outbound) Sets the outbound.voidsetOutboundFile(String outboundFile) Sets the outboundFile.
-
Constructor Details
-
MappingsConfiguration
public MappingsConfiguration()
-
-
Method Details
-
getInbound
Gets the inbound.- Returns:
-
setInbound
Sets the inbound.- Parameters:
inbound-
-
getOutbound
Gets the outbound.- Returns:
-
setOutbound
Sets the outbound.- Parameters:
outbound-
-
getInboundFile
Gets the inboundFile.- Returns:
-
setInboundFile
Sets the inboundFile.- Parameters:
inboundFile-
-
getOutboundFile
Gets the outboundFile.- Returns:
-
setOutboundFile
Sets the outboundFile.- Parameters:
outboundFile-
-