Class SliceIdentifier
java.lang.Object
com.tngtech.archunit.library.dependencies.SliceIdentifier
A unique identifier of a
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.-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static SliceIdentifierignore()static SliceIdentifierstatic SliceIdentifiertoString()