Class DocumentArtifact

java.lang.Object
org.apache.cxf.maven_plugin.common.DocumentArtifact

public class DocumentArtifact extends Object
Represents a document file (wsdl, wadl) that is stored in a maven repository
  • Constructor Details

    • DocumentArtifact

      public DocumentArtifact()
  • Method Details

    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getArtifactId

      public String getArtifactId()
    • setArtifactId

      public void setArtifactId(String artifactId)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • doesMatch

      public boolean doesMatch(DocumentArtifact artifact)