public class Wsdeploy
extends org.apache.tools.ant.taskdefs.MatchingTask
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.tools.ant.types.Path |
compileClasspath
-classpath option
|
protected String |
jvmargs
-jvmargs option
|
protected boolean |
verbose
-verbose option
|
protected boolean |
version
-version option
|
| Constructor and Description |
|---|
Wsdeploy() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Creates a nested classpath element.
|
void |
execute()
Called by the project to let the task do it's work
|
org.apache.tools.ant.types.Path |
getClasspath()
Gets the classpath.
|
org.apache.tools.ant.types.Path |
getCP()
Gets the classpath.
|
String |
getF()
Gets the values for the "f" flag.
|
String |
getFeatures()
Gets the values for the "features" flag.
|
boolean |
getFork()
Gets the "keep" 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.
|
File |
getInWarFile()
Gets the input war file.
|
String |
getJvmargs()
Gets the Java VM options.
|
boolean |
getKeep()
Gets the "keep" flag.
|
File |
getOutWarFile()
Gets the output war file.
|
String |
getSource() |
File |
getTmpDir()
Gets the temporary directory to use.
|
boolean |
getVerbose()
Gets the "verbose" flag.
|
boolean |
getVersion()
Gets the "version" flag.
|
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
Set the classpath to be used for this compilation.
|
void |
setClasspathRef(org.apache.tools.ant.types.Reference r)
Adds a reference to a CLASSPATH defined elsewhere.
|
void |
setCP(org.apache.tools.ant.types.Path classpath)
Set the classpath to be used for this compilation.
|
void |
setF(String features)
Sets the values for the "f" flag.
|
void |
setFeatures(String features)
Sets the values for the "features" flag.
|
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 |
setInWarFile(File warFile)
Sets the input war file.
|
void |
setJvmargs(String jvmargs)
Sets the Java VM options.
|
void |
setKeep(boolean keep)
Sets the "keep" flag.
|
void |
setOutWarFile(File outWarFile)
Sets the output war file.
|
void |
setSource(String version)
Sets the -source
|
void |
setTmpDir(File tmpDir)
Sets the temporary directory to use.
|
void |
setVerbose(boolean verbose)
Sets the "verbose" flag.
|
void |
setVersion(boolean version)
Sets the "version" flag.
|
add, 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 org.apache.tools.ant.types.Path compileClasspath
protected String jvmargs
protected boolean verbose
protected boolean version
public String getF()
public void setF(String features)
public String getFeatures()
public void setFeatures(String features)
public org.apache.tools.ant.types.Path getClasspath()
public void setClasspath(org.apache.tools.ant.types.Path classpath)
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
public org.apache.tools.ant.types.Path getCP()
public void setCP(org.apache.tools.ant.types.Path classpath)
public boolean getFork()
public void setFork(boolean fork)
public String getJvmargs()
public void setJvmargs(String jvmargs)
public boolean getKeep()
public void setKeep(boolean keep)
public File getTmpDir()
public void setTmpDir(File tmpDir)
public String getSource()
public void setSource(String version)
public File getOutWarFile()
public void setOutWarFile(File outWarFile)
public boolean getVerbose()
public void setVerbose(boolean verbose)
public boolean getVersion()
public void setVersion(boolean version)
public File getInWarFile()
public void setInWarFile(File warFile)
public void setIncludeantruntime(boolean include)
public boolean getIncludeantruntime()
public void setIncludejavaruntime(boolean include)
public boolean getIncludejavaruntime()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.