Class LabelTypeHelper.LabelTypePattern

java.lang.Object
org.codelibs.fess.helper.LabelTypeHelper.LabelTypePattern
Enclosing class:
LabelTypeHelper

public static class LabelTypeHelper.LabelTypePattern extends Object
A pattern of a label type.
  • Constructor Details

    • LabelTypePattern

      public LabelTypePattern(String value, String includedPaths, String excludedPaths)
      Constructs a new label type pattern.
      Parameters:
      value - The value.
      includedPaths - The included paths.
      excludedPaths - The excluded paths.
  • Method Details

    • getValue

      public String getValue()
      Returns the value.
      Returns:
      The value.
    • match

      public boolean match(String path)
      Matches the given path.
      Parameters:
      path - The path to match.
      Returns:
      True if the path matches, otherwise false.