Tool class for easy PlugID validation. This class is for internal usage. More...
Static Public Member Functions | |
static boolean | is (String idPlug) |
static boolean | isDev (String idPlug) |
static boolean | isModel (String idPlug) |
static boolean | isOid (String id) |
static boolean | isCsv (String idPlugCsv) |
static boolean | isDevCsv (String idPlugCsv) |
static boolean | isModelCsv (String idPlugCsv) |
static boolean | isOidCsv (String idCsv) |
Static Public Attributes | |
static final String | K_DEV = "dev" |
static final String | K_MOD = "mod" |
static final String | K_COM = "com" |
static final String | SEP = "-" |
Tool class for easy PlugID validation. This class is for internal usage.
|
static |
idPlug | the string to test |
|
static |
idPlugCsv | the string to test |
|
static |
idPlug | the string to test |
|
static |
idPlugCsv | the string to test |
|
static |
idPlug | the string to test |
|
static |
idPlugCsv | the string to test |
|
static |
id | the string to test |
|
static |
idCsv | the string to test |
|
static |
|
static |
|
static |
|
static |