|
![]() |
||||||||||
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
com.metaboss.sdlctools.applications.anttasks.MetaBossTask
com.metaboss.sdlctools.applications.anttasks.MetaBossModelToolTask
com.metaboss.sdlctools.applications.anttasks.convertors.MetaBossToMetaBoss
Special Ant task used to read MetaBoss model and save it using different storage properties.
Essentialy it converts the storage model without modifying the model itself.
This task extends abstract MetaBossModelToolTask
and therefore suports all of its attributes. In addition it supports the following attributes:
Attribute Name | Attribute Description |
---|---|
destinationdir | The mandatory path and name of the directory where destination model should be saved to. If this directory exists, it will be emptied. |
Constructor Summary | |
MetaBossToMetaBoss()
Default constructor |
Method Summary | |
void |
runTool()
|
void |
setDestinationDir(java.io.File pDestinationDir)
The setter for the "UMLFile" attribute |
Methods inherited from class com.metaboss.sdlctools.applications.anttasks.MetaBossModelToolTask |
addConfiguredEnv, addConfiguredParam, execute, findModelElement, findModelElementsByXPath, getModelDir, getModelElement, getModelName, getModelRootPackage, getRootModelElement, setModeldir, setRef |
Methods inherited from class com.metaboss.sdlctools.applications.anttasks.MetaBossTask |
getLogger, getPath, getPathAsFileSet, init |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MetaBossToMetaBoss()
Method Detail |
public void setDestinationDir(java.io.File pDestinationDir)
public void runTool() throws java.lang.Exception
runTool
in class MetaBossModelToolTask
java.lang.Exception
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |