Class SliceIdentifier

java.lang.Object
com.tngtech.archunit.library.dependencies.SliceIdentifier

public final class SliceIdentifier extends Object
A unique identifier of a Slice. All JavaClasses that are assigned to the same SliceIdentifier are considered to belong to the same Slice.
A SliceIdentifier consists of textual parts. Two SliceIdentifier are considered to be equal if and only if their parts are equal. The parts can also be referred to from Slices.namingSlices(String) via '$x' where 'x' is the number of the part.