public final class CModuleNames extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
VALID_NAME_LENGTH |
The maximum length of a name.
|
static Pattern |
VALID_NAMES |
The pattern that defines a valid name, 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 module name is validCopyright © 2018 <code@io7m.com> http://io7m.com