org.apache.cxf.maven_plugin.wadlto
Class WadlOption

java.lang.Object
  extended by org.apache.cxf.maven_plugin.wadlto.Option
      extended by org.apache.cxf.maven_plugin.wadlto.WadlOption

public class WadlOption
extends Option


Field Summary
 
Fields inherited from class org.apache.cxf.maven_plugin.wadlto.Option
outputDir
 
Constructor Summary
WadlOption()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> generateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug)
           
 File getDocumentFile(File baseDir)
          Try to find a file matching the wadl path (either absolutely, relatively to the current dir or to the project base dir)
 String getWadl()
           
 DocumentArtifact getWadlArtifact()
           
 URI getWadlURI(URI baseURI)
           
 int hashCode()
           
 void setWadl(String w)
           
 void setWadlArtifact(DocumentArtifact wadlArtifact)
           
 String toString()
           
 
Methods inherited from class org.apache.cxf.maven_plugin.wadlto.Option
addBindingFile, copyOptions, getBindingFiles, getCatalog, getDeleteDirs, getDependencies, getExtraargs, getOutputDir, getPackagename, getResourcename, getSchemaPackagenames, isImpl, isInterface, merge, setBindingFiles, setCatalog, setDeleteDirs, setDependencies, setExtraargs, setImpl, setInterface, setOutputDir, setPackagename, setResourcename, setSchemaPackagenames
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WadlOption

public WadlOption()
Method Detail

getWadl

public String getWadl()

setWadl

public void setWadl(String w)

getWadlArtifact

public DocumentArtifact getWadlArtifact()

setWadlArtifact

public void setWadlArtifact(DocumentArtifact wadlArtifact)

getDocumentFile

public File getDocumentFile(File baseDir)
Try to find a file matching the wadl path (either absolutely, relatively to the current dir or to the project base dir)

Returns:
wadl file

getWadlURI

public URI getWadlURI(URI baseURI)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

generateCommandLine

public List<String> generateCommandLine(File outputDirFile,
                                        URI basedir,
                                        URI wsdlURI,
                                        boolean debug)


Apache CXF