Interface GivenSlices
-
- All Superinterfaces:
CanOverrideDescription<GivenNamedSlices>,GivenNamedSlices,GivenObjects<Slice>
public interface GivenSlices extends GivenNamedSlices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GivenSlicesas(java.lang.String newDescription)Allows to adjust the description of this object.GivenNamedSlicesnamingSlices(java.lang.String pattern)-
Methods inherited from interface com.tngtech.archunit.library.dependencies.syntax.GivenNamedSlices
should, that
-
Methods inherited from interface com.tngtech.archunit.lang.syntax.elements.GivenObjects
should
-
-
-
-
Method Detail
-
namingSlices
@PublicAPI(usage=ACCESS) GivenNamedSlices namingSlices(java.lang.String pattern)
-
as
@PublicAPI(usage=ACCESS) GivenSlices as(java.lang.String newDescription)
Description copied from interface:CanOverrideDescriptionAllows to adjust the description of this object. Note that this method will not modify the current object, but instead return a new object with adjusted description.- Specified by:
asin interfaceCanOverrideDescription<GivenNamedSlices>- Specified by:
asin interfaceGivenNamedSlices- Parameters:
newDescription- The description the result of this method will hold- Returns:
- A new equivalent object with adjusted description
-
-