org.apache.cxf.maven_plugin.common
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentArtifact
public DocumentArtifact()
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)
Apache CXF