Package org.apache.cxf.maven_plugin
Interface GenericWsdlOption
- All Known Implementing Classes:
WsdlOption,WsdlOption
public interface GenericWsdlOption
The abstract mojo processes in terms of a list of these items.
-
Method Summary
Modifier and TypeMethodDescriptiongenerateCommandLine(File outputDirFile, URI basedir, URI wsdlURI, boolean debug) File[]getUri()Return a string pointing to the WSDL.voidsetArtifact(WsdlArtifact artifact) voidsetOutputDir(File outputDir) void
-
Method Details
-
getArtifact
WsdlArtifact getArtifact() -
setArtifact
-
getUri
String getUri()Return a string pointing to the WSDL. Might be a plain path, might be a full URI.- Returns:
-
setUri
-
getOutputDir
File getOutputDir() -
setOutputDir
-
getDeleteDirs
File[] getDeleteDirs() -
generateCommandLine
-