Class LocalModeCondition

java.lang.Object
io.naraway.janitor.configuration.LocalModeCondition
All Implemented Interfaces:
org.springframework.context.annotation.Condition

public class LocalModeCondition
extends java.lang.Object
implements org.springframework.context.annotation.Condition
  • Constructor Summary

    Constructors
    Constructor Description
    LocalModeCondition()  
  • Method Summary

    Modifier and Type Method Description
    boolean matches​(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocalModeCondition

      public LocalModeCondition()
  • Method Details

    • matches

      public boolean matches​(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
      Specified by:
      matches in interface org.springframework.context.annotation.Condition