public class RMParameterCheck extends Object
ParameterCheck.| Constructor and Description |
|---|
RMParameterCheck() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkNotBlank(String strParamName,
String strParamValue)
Checks that the string parameter with the given name is not blank i.e.
|
public static void checkNotBlank(String strParamName, String strParamValue) throws IllegalArgumentException
strParamName - Name of parameter to checkstrParamValue - Value of the parameter to checkIllegalArgumentExceptionCopyright © 2005–2016 Alfresco Software. All rights reserved.