public class Option extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Option.UriPrefixPair
Since an arbitrary URI can't be an XML element name,
these pairs are used to specify a mapping from URI
to prefix.
|
Constructor and Description |
---|
Option() |
Modifier and Type | Method and Description |
---|---|
File |
getCatalog() |
File[] |
getDependencies() |
File |
getOutput() |
File |
getOutputDir() |
Option.UriPrefixPair[] |
getPackagePrefixes() |
String |
getValidate() |
String |
getWsdlVersion() |
void |
merge(Option other) |
void |
setCatalog(File catalog)
Set catalog used to resolve XML URIs in the wsdl.
|
void |
setDependencies(File[] dependencies) |
void |
setOutput(File output)
Set the output directory.
|
void |
setOutputDir(File outputDir) |
void |
setPackagePrefixes(Option.UriPrefixPair[] packagePrefixes)
Set the mappings from namespace URI to Javascript name prefixes.
|
void |
setValidate(String validate)
Control WSDL validation.
|
void |
setWsdlVersion(String wsdlVersion) |
String |
toString() |
public void merge(Option other)
public Option.UriPrefixPair[] getPackagePrefixes()
public void setPackagePrefixes(Option.UriPrefixPair[] packagePrefixes)
packagePrefixes
- public File getCatalog()
public void setCatalog(File catalog)
catalog
- catalog.public File getOutput()
public void setOutput(File output)
output
- output directory.public String getValidate()
public void setValidate(String validate)
validate
- true or all to validate.public File getOutputDir()
public void setOutputDir(File outputDir)
public String getWsdlVersion()
public void setWsdlVersion(String wsdlVersion)
public File[] getDependencies()
public void setDependencies(File[] dependencies)
Apache CXF