Package com.tngtech.archunit.lang
Class ArchRule.Transformation.Because
- java.lang.Object
-
- com.tngtech.archunit.lang.ArchRule.Transformation.Because
-
- All Implemented Interfaces:
ArchRule.Transformation
- Enclosing interface:
- ArchRule.Transformation
@Internal public static final class ArchRule.Transformation.Because extends java.lang.Object implements ArchRule.Transformation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tngtech.archunit.lang.ArchRule.Transformation
ArchRule.Transformation.As, ArchRule.Transformation.Because
-
-
Constructor Summary
Constructors Constructor Description Because(java.lang.String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchRuleapply(ArchRule rule)java.lang.StringtoString()
-
-
-
Method Detail
-
apply
public ArchRule apply(ArchRule rule)
- Specified by:
applyin interfaceArchRule.Transformation
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-