public final class CTicketIDs extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
VALID_NAME_LENGTH |
The maximum length of a ticket ID.
|
static Pattern |
VALID_NAMES |
The pattern that defines a valid ticket ID, not including the length of the
name.
|
public static final int VALID_NAME_LENGTH
public static final Pattern VALID_NAMES
public static boolean isValid(String name)
name - The nametrue iff the ticket ID is validCopyright © 2018 <code@io7m.com> http://io7m.com