| Constructor and Description |
|---|
CommonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <E> void |
checkMandotaryParam(String paramName,
Object object)
Helper method to check the parameters.
|
protected boolean |
compareObjects(Object actual,
Object expected)
Helper to check the actual Result Vs expected
|
public static <E> void checkMandotaryParam(String paramName, Object object)
E - paramName - String A name for the parameter to checkobject - Object The object to checkIllegalArgumentException - will be thrown if the parameter value is null
(for String also if the value is empty or blank)Copyright © 2005–2016 Alfresco Software. All rights reserved.