Package coneforest.psylla
Class Globs
- java.lang.Object
-
- coneforest.psylla.Globs
-
public class Globs extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static char
PLURAL_PATTERN
static char
SINGULAR_PATTERN
-
Constructor Summary
Constructors Constructor Description Globs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
matches(String pattern, String string)
static boolean
matches(String pattern, String string, char singular, char plural)
-
-
-
Field Detail
-
SINGULAR_PATTERN
public static final char SINGULAR_PATTERN
- See Also:
- Constant Field Values
-
PLURAL_PATTERN
public static final char PLURAL_PATTERN
- See Also:
- Constant Field Values
-
-