Uses of Class
org.archifacts.core.model.Artifact
-
Packages that use Artifact Package Description org.archifacts.core.descriptor org.archifacts.core.model -
-
Uses of Artifact in org.archifacts.core.descriptor
Methods in org.archifacts.core.descriptor with parameters of type Artifact Modifier and Type Method Description booleanSourceBasedArtifactRelationshipDescriptor. isSource(Artifact sourceCandidateArtifact)Evaluates if the givenArtifactis the source of the describedArtifactRelationship.booleanTargetBasedArtifactRelationshipDescriptor. isTarget(Artifact targetCandidateArtifact)Evaluates if the givenArtifactis the target of the describedArtifactRelationship. -
Uses of Artifact in org.archifacts.core.model
Subclasses of Artifact in org.archifacts.core.model Modifier and Type Class Description classBuildingBlockclassExternalArtifactclassMiscArtifactMethods in org.archifacts.core.model that return Artifact Modifier and Type Method Description ArtifactArtifactRelationship. getSource()ArtifactArtifactRelationship. getTarget()Methods in org.archifacts.core.model that return types with arguments of type Artifact Modifier and Type Method Description Set<Artifact>Application. getArtifacts()Set<Artifact>ArtifactContainer. getArtifacts()Set<Artifact>HasArtifacts. getArtifacts()
-