public class WsImport extends WsImportBase
WsImport2.xNoAddressingDatabinding| Constructor and Description |
|---|
WsImport() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tools.ant.types.Commandline.Argument |
createJavacarg()
Adds Javac argument.
|
org.apache.tools.ant.types.Commandline.Argument |
createJvmarg()
Adds a JVM argument.
|
void |
execute()
Called by the project to let the task do it's work
|
protected void |
execute(String tool,
String toolClass)
Let the task do it's work.
|
String |
getAddexports() |
String |
getAddmodules() |
String |
getAddopens() |
String |
getAddreads() |
boolean |
getDebug()
Gets the debug flag.
|
File |
getDestdir()
Gets the base directory to output generated class.
|
String |
getEncoding()
Gets the encoding for generated source java files.
|
boolean |
getExtension()
Gets the "extension" flag.
|
boolean |
getFork()
Gets the "fork" flag.
|
boolean |
getIncludeantruntime()
Gets whether or not the ant classpath is to be included in the task's
classpath.
|
boolean |
getIncludejavaruntime()
Gets whether or not the java runtime should be included in this task's
classpath.
|
org.apache.tools.ant.types.Commandline |
getJavacargs() |
boolean |
getKeep()
Gets the "keep" flag.
|
String |
getLimitmodules() |
org.apache.tools.ant.types.Path |
getModulepath() |
String |
getPatchmodule() |
File |
getSourcedestdir()
Gets the directory to place generated source java files.
|
org.apache.tools.ant.types.Path |
getUpgrademodulepath() |
boolean |
getVerbose()
Gets the "verbose" flag.
|
boolean |
isFailonerror() |
boolean |
isXendorsed() |
boolean |
isXnocompile() |
void |
setAddexports(String aes) |
void |
setAddmodules(String ams) |
void |
setAddopens(String aos) |
void |
setAddreads(String ars) |
void |
setDebug(boolean debug)
Sets the debug flag.
|
void |
setDestdir(File base)
Sets the base directory to output generated class.
|
void |
setEncoding(String encoding)
Sets the encoding for generated source java files.
|
void |
setExtension(boolean extension)
Sets the "extension" flag.
|
void |
setFailonerror(boolean value)
Mostly for our SQE teams and not to be advertised.
|
void |
setFork(boolean fork)
Sets the "fork" flag.
|
void |
setIncludeantruntime(boolean include)
Include ant's own classpath in this task's classpath?
|
void |
setIncludejavaruntime(boolean include)
Sets whether or not to include the java runtime libraries to this task's
classpath.
|
void |
setKeep(boolean keep)
Sets the "keep" flag.
|
void |
setLimitmodules(String lms) |
void |
setModulepath(org.apache.tools.ant.types.Path mp) |
void |
setPatchmodule(String pms) |
void |
setSourcedestdir(File sourceBase)
Sets the directory to place generated source java files.
|
protected void |
setupForkCommand(String className) |
void |
setUpgrademodulepath(org.apache.tools.ant.types.Path ump) |
void |
setVerbose(boolean verbose)
Sets the "verbose" flag.
|
void |
setXendorsed(boolean xendorsed) |
void |
setXnocompile(boolean xnocompile) |
addConfiguredBinding, addConfiguredDepends, addConfiguredProduces, addConfiguredXMLCatalog, createArg, createXjcarg, getCatalog, getClientjar, getImplDestDir, getImplPortName, getImplServiceName, getModule, getPackage, getWsdl, getWsdllocation, getXauthfile, getXdisableAuthenticator, getxNoAddressingDatabinding, isGenerateJWS, isQuiet, isXadditionalHeaders, isXdebug, isXUseBaseResourceAndURLToLoadWSDL, runInVm, setBinding, setCatalog, setClientjar, setdisableAuthenticator, setGenerateJWS, setImplDestDir, setImplPortName, setImplServiceName, setModule, setPackage, setQuiet, setTarget, setupCommand, setWsdl, setWsdllocation, setXadditionalHeaders, setXauthfile, setXdebug, setxNoAddressingDatabinding, setXUseBaseResourceAndURLToLoadWSDLadd, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItemsbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprotected void setupForkCommand(String className)
public void setXendorsed(boolean xendorsed)
public void execute()
throws org.apache.tools.ant.BuildException
com.sun.tools.ws.ant.WsImportBaseexecute in class WsImportBaseorg.apache.tools.ant.BuildExceptionpublic void setModulepath(org.apache.tools.ant.types.Path mp)
public org.apache.tools.ant.types.Path getModulepath()
public void setUpgrademodulepath(org.apache.tools.ant.types.Path ump)
public org.apache.tools.ant.types.Path getUpgrademodulepath()
public void setAddmodules(String ams)
public String getAddmodules()
public void setLimitmodules(String lms)
public String getLimitmodules()
public void setAddreads(String ars)
public String getAddreads()
public void setAddexports(String aes)
public String getAddexports()
public void setPatchmodule(String pms)
public String getPatchmodule()
public void setAddopens(String aos)
public String getAddopens()
public File getDestdir()
public void setDestdir(File base)
base - destination directory for generated class(es).public boolean getExtension()
public void setExtension(boolean extension)
extension - true to set extension mode on, false otherwise.public boolean getKeep()
public void setKeep(boolean keep)
keep - keep generated sources.public boolean getFork()
public void setFork(boolean fork)
fork - true to run execution in a forked JVM.public File getSourcedestdir()
public void setSourcedestdir(File sourceBase)
sourceBase - destination directory for generated source(s).public void setEncoding(String encoding)
encoding - encoding to use in generated sources.public String getEncoding()
public boolean getVerbose()
public void setVerbose(boolean verbose)
verbose - whether to output messages about what the compiler is
doing.public boolean getDebug()
public void setDebug(boolean debug)
debug - generate all debugging info.public org.apache.tools.ant.types.Commandline.Argument createJavacarg()
public org.apache.tools.ant.types.Commandline getJavacargs()
public boolean isXendorsed()
public boolean isXnocompile()
public void setXnocompile(boolean xnocompile)
public void setFailonerror(boolean value)
value - a boolean valuepublic boolean isFailonerror()
public void setIncludeantruntime(boolean include)
include - a boolean value.public boolean getIncludeantruntime()
public void setIncludejavaruntime(boolean include)
include - a boolean value.public boolean getIncludejavaruntime()
public org.apache.tools.ant.types.Commandline.Argument createJvmarg()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.