Class DefaultAutoMockInterceptStrategy

java.lang.Object
org.apache.camel.support.DefaultAutoMockInterceptStrategy
All Implemented Interfaces:
org.apache.camel.spi.AutoMockInterceptStrategy

public class DefaultAutoMockInterceptStrategy extends Object implements org.apache.camel.spi.AutoMockInterceptStrategy
Default AutoMockInterceptStrategy.
  • Constructor Details

    • DefaultAutoMockInterceptStrategy

      public DefaultAutoMockInterceptStrategy(String pattern, boolean skip)
    • DefaultAutoMockInterceptStrategy

      public DefaultAutoMockInterceptStrategy()
  • Method Details

    • getPattern

      public String getPattern()
      Specified by:
      getPattern in interface org.apache.camel.spi.AutoMockInterceptStrategy
    • setPattern

      public void setPattern(String pattern)
      Specified by:
      setPattern in interface org.apache.camel.spi.AutoMockInterceptStrategy
    • isSkip

      public boolean isSkip()
      Specified by:
      isSkip in interface org.apache.camel.spi.AutoMockInterceptStrategy
    • setSkip

      public void setSkip(boolean skip)
      Specified by:
      setSkip in interface org.apache.camel.spi.AutoMockInterceptStrategy