java.lang.Object
ch.qos.logback.core.joran.spi.NoAutoStartUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returns true if the class of the object 'o' passed as parameter is *not* marked with the NoAutoStart annotation.static boolean
Is the object aLifeCycle
and is it marked not marked with the NoAutoStart annotation.
-
Constructor Details
-
NoAutoStartUtil
public NoAutoStartUtil()
-
-
Method Details
-
notMarkedWithNoAutoStart
Returns true if the class of the object 'o' passed as parameter is *not* marked with the NoAutoStart annotation. Return true otherwise.- Parameters:
o
-- Returns:
- true for classes not marked with the NoAutoStart annotation
-
shouldBeStarted
Is the object aLifeCycle
and is it marked not marked with the NoAutoStart annotation.- Parameters:
o
-- Returns:
-