Class DocumentArtifact
java.lang.Object
org.apache.cxf.maven_plugin.common.DocumentArtifact
Represents a document file (wsdl, wadl) that is stored in a maven repository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoesMatch(DocumentArtifact artifact) getType()voidsetArtifactId(String artifactId) voidsetGroupId(String groupId) voidvoidsetVersion(String version)
-
Constructor Details
-
DocumentArtifact
public DocumentArtifact()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getVersion
-
setVersion
-
getType
-
setType
-
doesMatch
-