public class Parameter extends Object
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
static <E> void |
checkIsMandotary(String paramName,
Object object)
Helper method to check the parameters.
|
public static <E> void checkIsMandotary(String paramName, Object object)
E - typeparamName - 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–2019 Alfresco Software. All rights reserved.