Class MappingsConfiguration

java.lang.Object
org.citrusframework.mvn.plugin.config.tests.MappingsConfiguration
All Implemented Interfaces:
Serializable

public class MappingsConfiguration extends Object implements Serializable
Since:
2.7.4
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • MappingsConfiguration

      public MappingsConfiguration()
  • Method Details

    • getInbound

      public Map<String,String> getInbound()
      Gets the inbound.
      Returns:
    • setInbound

      public void setInbound(Map<String,String> inbound)
      Sets the inbound.
      Parameters:
      inbound -
    • getOutbound

      public Map<String,String> getOutbound()
      Gets the outbound.
      Returns:
    • setOutbound

      public void setOutbound(Map<String,String> outbound)
      Sets the outbound.
      Parameters:
      outbound -
    • getInboundFile

      public String getInboundFile()
      Gets the inboundFile.
      Returns:
    • setInboundFile

      public void setInboundFile(String inboundFile)
      Sets the inboundFile.
      Parameters:
      inboundFile -
    • getOutboundFile

      public String getOutboundFile()
      Gets the outboundFile.
      Returns:
    • setOutboundFile

      public void setOutboundFile(String outboundFile)
      Sets the outboundFile.
      Parameters:
      outboundFile -