Package org.apache.cxf.maven_plugin
Class WsdlArtifact
java.lang.Object
org.apache.cxf.maven_plugin.WsdlArtifact
- Direct Known Subclasses:
WsdlArtifact
,WsdlArtifact
Represents a wsdl file that is stored in a maven repository
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
doesMatch
(WsdlArtifact artifact) Not quite the same as equals: null in version matches anything.boolean
getType()
int
hashCode()
void
setArtifactId
(String artifactId) void
setClassifier
(String classifier) void
setGroupId
(String groupId) void
void
setVersion
(String version) toString()
-
Constructor Details
-
WsdlArtifact
public WsdlArtifact()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getArtifactId
-
setArtifactId
-
getVersion
-
setVersion
-
getType
-
setType
-
doesMatch
Not quite the same as equals: null in version matches anything.- Parameters:
artifact
-- Returns:
-
getClassifier
-
setClassifier
-
hashCode
public int hashCode() -
equals
-
toString
-