|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.MatchingTask
org.apache.ws.util.platform.axis.tool.WsddUpdater
Utility class that allows for easy deployment of new entries (e.g. deploy.wsdd) to an Axis WSDD. This class can be executed in any of the following ways:
deploy(java.io.File)
Field Summary | |
static java.lang.String |
SYSPROP_WSDD
Below default can be overridden by setting the below sysprop. |
Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
fileset |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
WsddUpdater()
Creates a new WsddUpdater object. |
|
WsddUpdater(java.io.File configWsdd)
Creates a new WsddUpdater object for updating the specified WSDD file. |
|
WsddUpdater(java.lang.String configWsdd)
Creates a new WsddUpdater object for updating the specified WSDD, which may be a a file path or a location in
the classpath. |
Method Summary | |
void |
addConfiguredWsddPaths(org.apache.tools.ant.types.FileSet wsddPaths)
DOCUMENT_ME |
void |
deploy(java.io.File deployWsdd)
DOCUMENT_ME |
void |
execute()
DOCUMENT_ME |
static void |
main(java.lang.String[] args)
Command-line invocation entry point. |
void |
setConfigWsdd(java.lang.String configWsdd)
Sets the WSDD to be updated. |
void |
setDeployWsdd(java.io.File deployWsdd)
Sets the WSDD (un)deployment fragment to be added to the WSDD. |
Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
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, XsetItems |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SYSPROP_WSDD
Constructor Detail |
public WsddUpdater()
WsddUpdater
object.
public WsddUpdater(java.io.File configWsdd)
WsddUpdater
object for updating the specified WSDD file.
configWsdd
- DOCUMENT_MEpublic WsddUpdater(java.lang.String configWsdd)
WsddUpdater
object for updating the specified WSDD, which may be a a file path or a location in
the classpath.
configWsdd
- DOCUMENT_MEMethod Detail |
public void setConfigWsdd(java.lang.String configWsdd)
configWsdd
- the WSDD to be updatedpublic void setDeployWsdd(java.io.File deployWsdd)
deployWsdd
- the WSDD (un)deployment fragment to be added to the WSDDpublic void addConfiguredWsddPaths(org.apache.tools.ant.types.FileSet wsddPaths)
wsddPaths
- DOCUMENT_MEpublic void deploy(java.io.File deployWsdd) throws java.lang.Exception
deployWsdd
- DOCUMENT_ME
java.lang.Exception
- DOCUMENT_MEpublic void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
- DOCUMENT_MEpublic static void main(java.lang.String[] args) throws java.lang.Exception
args
- command-line arguments
java.lang.Exception
- on fatal error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |