Interface MethodsShouldConjunction
-
- All Superinterfaces:
ArchRule,CanBeEvaluated,CanOverrideDescription<ArchRule>,CodeUnitsShouldConjunction<JavaMethod>,HasDescription,MembersShouldConjunction<JavaMethod>
public interface MethodsShouldConjunction extends CodeUnitsShouldConjunction<JavaMethod>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tngtech.archunit.lang.ArchRule
ArchRule.Assertions, ArchRule.Factory, ArchRule.Transformation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodsShould<?>andShould()MethodsShouldConjunctionandShould(ArchCondition<? super JavaMethod> condition)MethodsShould<?>orShould()MethodsShouldConjunctionorShould(ArchCondition<? super JavaMethod> condition)-
Methods inherited from interface com.tngtech.archunit.lang.CanBeEvaluated
evaluate
-
Methods inherited from interface com.tngtech.archunit.core.domain.properties.CanOverrideDescription
as
-
Methods inherited from interface com.tngtech.archunit.base.HasDescription
getDescription
-
-
-
-
Method Detail
-
andShould
@PublicAPI(usage=ACCESS) MethodsShouldConjunction andShould(ArchCondition<? super JavaMethod> condition)
- Specified by:
andShouldin interfaceCodeUnitsShouldConjunction<JavaMethod>- Specified by:
andShouldin interfaceMembersShouldConjunction<JavaMethod>
-
andShould
@PublicAPI(usage=ACCESS) MethodsShould<?> andShould()
- Specified by:
andShouldin interfaceCodeUnitsShouldConjunction<JavaMethod>- Specified by:
andShouldin interfaceMembersShouldConjunction<JavaMethod>
-
orShould
@PublicAPI(usage=ACCESS) MethodsShouldConjunction orShould(ArchCondition<? super JavaMethod> condition)
- Specified by:
orShouldin interfaceCodeUnitsShouldConjunction<JavaMethod>- Specified by:
orShouldin interfaceMembersShouldConjunction<JavaMethod>
-
orShould
@PublicAPI(usage=ACCESS) MethodsShould<?> orShould()
- Specified by:
orShouldin interfaceCodeUnitsShouldConjunction<JavaMethod>- Specified by:
orShouldin interfaceMembersShouldConjunction<JavaMethod>
-
-