public abstract class ProjectGenerationCondition extends Object implements org.springframework.context.annotation.Condition
Conditions
that rely on the state
of the ProjectDescription
.Constructor and Description |
---|
ProjectGenerationCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
protected abstract boolean |
matches(ProjectDescription description,
org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
matches
in interface org.springframework.context.annotation.Condition
protected abstract boolean matches(ProjectDescription description, org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.