Package org.archifacts.core.descriptor
Interface ArtifactRelationshipDescriptor
-
- All Superinterfaces:
Descriptor
- All Known Subinterfaces:
SourceBasedArtifactRelationshipDescriptor,TargetBasedArtifactRelationshipDescriptor
public interface ArtifactRelationshipDescriptor extends Descriptor
Describes anArtifactRelationship.- Author:
- Oliver Libutzki
- See Also:
ArtifactRelationship
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactRelationshipRolerole()The role of theArtifactContainerwhich this descriptor describes.
-
-
-
Method Detail
-
role
ArtifactRelationshipRole role()
The role of theArtifactContainerwhich this descriptor describes.- Returns:
- the role of the
ArtifactContainerwhich this descriptor describes. Cannot be null.
-
-