Class ArtifactId


  • public class ArtifactId
    extends java.lang.Object
    Identifier for an artifact.
    Author:
    jonmv
    • Constructor Summary

      Constructors 
      Constructor Description
      ArtifactId​(java.lang.String groupId, java.lang.String artifactId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String artifactId()
      Artifact ID of this.
      java.lang.String groupId()
      Group ID of this.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArtifactId

        public ArtifactId​(java.lang.String groupId,
                          java.lang.String artifactId)
    • Method Detail

      • groupId

        public java.lang.String groupId()
        Group ID of this.
      • artifactId

        public java.lang.String artifactId()
        Artifact ID of this.