Class OnPrimaryCommandCondition
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
org.springframework.boot.autoconfigure.condition.AllNestedConditions
org.springframework.shell.boot.condition.OnPrimaryCommandCondition
- All Implemented Interfaces:
- org.springframework.context.annotation.Condition,- org.springframework.context.annotation.ConfigurationCondition
public class OnPrimaryCommandCondition
extends org.springframework.boot.autoconfigure.condition.AllNestedConditions
- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.boot.autoconfigure.condition.AbstractNestedConditionorg.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomesNested classes/interfaces inherited from interface org.springframework.context.annotation.ConfigurationConditionorg.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.boot.autoconfigure.condition.AllNestedConditionsgetFinalMatchOutcomeMethods inherited from class org.springframework.boot.autoconfigure.condition.AbstractNestedConditiongetConfigurationPhase, getMatchOutcomeMethods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootConditionanyMatches, logOutcome, matches, matchesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.Conditionmatches
- 
Constructor Details- 
OnPrimaryCommandConditionpublic OnPrimaryCommandCondition()
 
-