Uses of Class
org.apache.cxf.maven_plugin.common.DocumentArtifact

Packages that use DocumentArtifact
org.apache.cxf.maven_plugin.common   
org.apache.cxf.maven_plugin.wadlto   
 

Uses of DocumentArtifact in org.apache.cxf.maven_plugin.common
 

Methods in org.apache.cxf.maven_plugin.common with parameters of type DocumentArtifact
 boolean DocumentArtifact.doesMatch(DocumentArtifact artifact)
           
 

Uses of DocumentArtifact in org.apache.cxf.maven_plugin.wadlto
 

Methods in org.apache.cxf.maven_plugin.wadlto that return DocumentArtifact
 DocumentArtifact WadlOption.getWadlArtifact()
           
 

Methods in org.apache.cxf.maven_plugin.wadlto with parameters of type DocumentArtifact
 void WadlOption.setWadlArtifact(DocumentArtifact wadlArtifact)
           
 



Apache CXF