Class NoAutoStartUtil

java.lang.Object
ch.qos.logback.core.joran.spi.NoAutoStartUtil

public class NoAutoStartUtil extends Object
  • Constructor Details

  • Method Details

    • 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 a LifeCycle and is it marked not marked with the NoAutoStart annotation.
      Parameters:
      o -
      Returns: