org.equanda.persistence
Class LenientChecksState
java.lang.Object
org.equanda.persistence.LenientChecksState
public final class LenientChecksState
- extends Object
Store the state whether checks should be strict or lenient. This is stored in a ThreadLocal.
When this is true, checks are lenient.
- Author:
- Joachim Van der Auwera
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LENIENT_CHECKS_STATE_CONTEXT
public static final String LENIENT_CHECKS_STATE_CONTEXT
- See Also:
- Constant Field Values
getLenientChecks
public static boolean getLenientChecks()
setLenientChecks
public static void setLenientChecks(boolean value)
Copyright © 2007-2009. All Rights Reserved.