- java.lang.Object
-
- ch.qos.logback.core.joran.spi.NoAutoStartUtil
-
public class NoAutoStartUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description NoAutoStartUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleannotMarkedWithNoAutoStart(Object o)Returns true if the class of the object 'o' passed as parameter is *not* marked with the NoAutoStart annotation.static booleanshouldBeStarted(Object o)Is the object aLifeCycleand is it marked not marked with the NoAutoStart annotation.
-
-
-
Constructor Detail
-
NoAutoStartUtil
public NoAutoStartUtil()
-
-
Method Detail
-
notMarkedWithNoAutoStart
public static boolean notMarkedWithNoAutoStart(Object o)
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
public static boolean shouldBeStarted(Object o)
Is the object aLifeCycleand is it marked not marked with the NoAutoStart annotation.- Parameters:
o-- Returns:
-
-