Package org.archifacts.core.model
Class ExternalArtifact
- java.lang.Object
-
- org.archifacts.core.model.Artifact
-
- org.archifacts.core.model.ExternalArtifact
-
- All Implemented Interfaces:
HasIncomingRelationships,HasOutgoingRelationships,Named
public final class ExternalArtifact extends Artifact
-
-
Constructor Summary
Constructors Constructor Description ExternalArtifact(com.tngtech.archunit.core.domain.JavaClass javaClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.archifacts.core.model.Artifact
equals, getContainer, getIncomingRelationships, getJavaClass, getName, getOutgoingRelationships, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.archifacts.core.model.HasIncomingRelationships
getIncomingRelationshipsOfRole
-
Methods inherited from interface org.archifacts.core.model.HasOutgoingRelationships
getOutgoingRelationshipsOfRole
-
-