public class WadlOption extends Option
| Constructor and Description |
|---|
WadlOption() |
| Modifier and Type | Method and Description |
|---|---|
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() |
addBindingFile, copyOptions, getBindingFiles, getCatalog, getDeleteDirs, getDependencies, getExtraargs, getOutputDir, getPackagename, getResourcename, getSchemaPackagenames, isImpl, isInterface, merge, setBindingFiles, setCatalog, setDeleteDirs, setDependencies, setExtraargs, setImpl, setInterface, setOutputDir, setPackagename, setResourcename, setSchemaPackagenamespublic String getWadl()
public void setWadl(String w)
public DocumentArtifact getWadlArtifact()
public void setWadlArtifact(DocumentArtifact wadlArtifact)
public File getDocumentFile(File baseDir)
Apache CXF