public interface IObjectStringNotEmptyCheck extends ICheck
Modifier and Type | Method and Description |
---|---|
boolean |
isStringNotEmpty(Object caller,
String referenceA)
Checks if the String does not reference an empty string.
|
boolean isStringNotEmpty(Object caller, String referenceA)
caller
- end-user instance initiating the checkreferenceA
- reference to checkIllegalArgumentException
- if caller is nullThe MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.