Class ArchModule.Identifier

java.lang.Object
com.tngtech.archunit.library.modules.ArchModule.Identifier
All Implemented Interfaces:
Iterable<String>
Enclosing class:
ArchModule<DESCRIPTOR extends ArchModule.Descriptor>

@PublicAPI(usage=ACCESS, state=EXPERIMENTAL) public static final class ArchModule.Identifier extends Object implements Iterable<String>
An ArchModule.Identifier of an ArchModule. An ArchModule.Identifier is basically an ordered list of string parts that uniquely identifies an ArchModule, i.e. two modules are equal, if and only if their identifier is equal (i.e. all the textual parts of the identifier match in order).