Class Configuration.UrlRewriteRule

java.lang.Object
net.sf.jailer.configuration.Configuration.UrlRewriteRule
Enclosing class:
Configuration

public static class Configuration.UrlRewriteRule extends Object
URL rewrite rule.
Author:
Ralf Wisser
  • Constructor Details

    • UrlRewriteRule

      public UrlRewriteRule()
  • Method Details

    • getPattern

      public String getPattern()
      Gets the URL pattern to match.
      Returns:
      the URL pattern
    • setPattern

      public void setPattern(String pattern)
      Sets the URL pattern to match.
      Parameters:
      pattern - the URL pattern to set
    • getReplacement

      public String getReplacement()
      Gets the replacement string.
      Returns:
      the replacement string
    • setReplacement

      public void setReplacement(String replacement)
      Sets the replacement string.
      Parameters:
      replacement - the replacement string to set