|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconditionaloperation.Constants
public class Constants
Model-related constant values collected in one place.
Field Summary | |
---|---|
static java.util.regex.Pattern |
authorPattern
Pattern used to match (and separate) components within an author search term. |
static java.util.regex.Pattern |
commandPattern
Pattern used to separate search command from search argument. |
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.regex.Pattern commandPattern
The command consists of optional leading spaces, one or more letters followed by an "=" character, the search term itself, followed by trailing spaces.
public static final java.util.regex.Pattern authorPattern
The pattern contains two parenthesized search terms used to match the author's first and last names.
Constructor Detail |
---|
public Constants()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |