Class WadlOption
java.lang.Object
org.apache.cxf.maven_plugin.wadlto.Option
org.apache.cxf.maven_plugin.wadlto.WadlOption
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangenerateCommandLine(File outputDirFile, URI basedir, URI wadlURI, boolean debug) 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)getWadl()getWadlURIs(URI baseURI, ClassLoader resourceLoader) inthashCode()voidvoidsetWadlArtifact(DocumentArtifact wadlArtifact) voidsetWadlFileExtension(String wadlFileExtension) toString()Methods inherited from class org.apache.cxf.maven_plugin.wadlto.Option
addBindingFile, copyOptions, getBindingFiles, getCatalog, getDeleteDirs, getDependencies, getExtraargs, getOutputDir, getPackagename, getResourcename, getRx, getSchemaPackagenames, isImpl, isInterface, merge, setBindingFiles, setCatalog, setDeleteDirs, setDependencies, setExtraargs, setImpl, setInterface, setOutputDir, setPackagename, setResourcename, setRx, setSchemaPackagenames
-
Constructor Details
-
WadlOption
public WadlOption()
-
-
Method Details
-
getWadl
-
setWadl
-
getWadlArtifact
-
setWadlArtifact
-
getDocumentFile
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
-
getWadlURIs
-
hashCode
public int hashCode() -
equals
-
toString
-
generateCommandLine
-
getWadlFileExtension
-
setWadlFileExtension
-