Class EnsureUtils
java.lang.Object
org.alfresco.hxi_connector.live_ingester.domain.utils.EnsureUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidensureNonNull(Object o, String errorMessage, Object... formatArgs) static voidensureNotBlank(String s, String errorMessage, Object... formatArgs) static voidensureThat(boolean isOk, String errorMessage, Object... formatArgs) static voidensureThat(boolean isOk, Supplier<? extends LiveIngesterRuntimeException> exceptionSupplier)
-
Constructor Details
-
EnsureUtils
public EnsureUtils()
-
-
Method Details
-
ensureNotBlank
-
ensureNonNull
-
ensureThat
-
ensureThat
public static void ensureThat(boolean isOk, Supplier<? extends LiveIngesterRuntimeException> exceptionSupplier)
-