Class RMParameterCheck
- java.lang.Object
-
- org.alfresco.module.org_alfresco_module_rm.util.RMParameterCheck
-
public class RMParameterCheck extends Object
Utility class that contains validation not present inParameterCheck
.- Author:
- tpage
-
-
Constructor Summary
Constructors Constructor Description RMParameterCheck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkNotBlank(String strParamName, String strParamValue)
Checks that the string parameter with the given name is not blank i.e.
-
-
-
Method Detail
-
checkNotBlank
public static void checkNotBlank(String strParamName, String strParamValue) throws IllegalArgumentException
Checks that the string parameter with the given name is not blank i.e. it is not null, zero length or entirely composed of whitespace.- Parameters:
strParamName
- Name of parameter to checkstrParamValue
- Value of the parameter to check- Throws:
IllegalArgumentException
-
-