Package org.codelibs.fess.helper
Class LabelTypeHelper.LabelTypePattern
java.lang.Object
org.codelibs.fess.helper.LabelTypeHelper.LabelTypePattern
- Enclosing class:
LabelTypeHelper
A pattern of a label type.
-
Constructor Summary
ConstructorsConstructorDescriptionLabelTypePattern(String value, String includedPaths, String excludedPaths) Constructs a new label type pattern. -
Method Summary
-
Constructor Details
-
LabelTypePattern
Constructs a new label type pattern.- Parameters:
value- The value.includedPaths- The included paths.excludedPaths- The excluded paths.
-
-
Method Details
-
getValue
Returns the value.- Returns:
- The value.
-
match
Matches the given path.- Parameters:
path- The path to match.- Returns:
- True if the path matches, otherwise false.
-