Package de.xima.fc.client
Class ClientUtils
java.lang.Object
de.xima.fc.client.ClientUtils
Utility class for working with
clients
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH, Dresden
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isTestClient
(Mandant client) Determine if the given client is marked as a test client.
-
Method Details
-
isTestClient
Determine if the given client is marked as a test client.- Parameters:
client
- to check.- Returns:
true
if the given client is marked as a test client andfalse
otherwise.
-