public class AndroMDAServerStartTask extends org.apache.tools.ant.taskdefs.MatchingTask
This class wraps the AndroMDA model processor so that AndroMDA Server can be
used as an Ant task. Represents the <andromda>
custom
task which can be called from an Ant build script.
Constructor and Description |
---|
AndroMDAServerStartTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Starts the AndroMDA server.
|
void |
setConfigurationUri(URL configurationUri)
Sets the URI to the configuration file.
|
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
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public AndroMDAServerStartTask()
public void setConfigurationUri(URL configurationUri)
configurationUri
- public void execute() throws org.apache.tools.ant.BuildException
Starts the AndroMDA server.
This is the main entry point of the application when running Ant. It is called by ant whenever the surrounding task is executed (which could be multiple times).
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- if something goes wrongCopyright © 2003–2014 AndroMDA.org. All rights reserved.