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()
MethodsShouldConjunction
andShould(ArchCondition<? super JavaMethod> condition)
MethodsShould<?>
orShould()
MethodsShouldConjunction
orShould(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:
andShould
in interfaceCodeUnitsShouldConjunction<JavaMethod>
- Specified by:
andShould
in interfaceMembersShouldConjunction<JavaMethod>
-
andShould
@PublicAPI(usage=ACCESS) MethodsShould<?> andShould()
- Specified by:
andShould
in interfaceCodeUnitsShouldConjunction<JavaMethod>
- Specified by:
andShould
in interfaceMembersShouldConjunction<JavaMethod>
-
orShould
@PublicAPI(usage=ACCESS) MethodsShouldConjunction orShould(ArchCondition<? super JavaMethod> condition)
- Specified by:
orShould
in interfaceCodeUnitsShouldConjunction<JavaMethod>
- Specified by:
orShould
in interfaceMembersShouldConjunction<JavaMethod>
-
orShould
@PublicAPI(usage=ACCESS) MethodsShould<?> orShould()
- Specified by:
orShould
in interfaceCodeUnitsShouldConjunction<JavaMethod>
- Specified by:
orShould
in interfaceMembersShouldConjunction<JavaMethod>
-
-