Class Source

java.lang.Object
com.tngtech.archunit.core.domain.Source

public class Source extends Object
Contains information about an imported class, i.e. the URI from where the class was imported and an md5 sum to compare different versions of the same class file at the same location.

NOTE: Since the generation of md5 sums has a performance impact, it is disabled by default.
To enable it, add

"enableMd5InClassSources"=true

to your "archunit.properties".