Interface ClassesShouldConjunction
-
- All Superinterfaces:
ArchRule,CanBeEvaluated,CanOverrideDescription<ArchRule>,HasDescription
public interface ClassesShouldConjunction extends ArchRule
-
-
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 ClassesShouldandShould()ClassesShouldConjunctionandShould(ArchCondition<? super JavaClass> condition)ClassesShouldorShould()ClassesShouldConjunctionorShould(ArchCondition<? super JavaClass> 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) ClassesShouldConjunction andShould(ArchCondition<? super JavaClass> condition)
-
andShould
@PublicAPI(usage=ACCESS) ClassesShould andShould()
-
orShould
@PublicAPI(usage=ACCESS) ClassesShouldConjunction orShould(ArchCondition<? super JavaClass> condition)
-
orShould
@PublicAPI(usage=ACCESS) ClassesShould orShould()
-
-