blob: 60453fcc397b33f6ffa68754100adda39b6122ba [file] [log] [blame]
\subsection{Model Storing Task}
The \textit{StoreModelTask (epsilon.storeModel)} is used to store a model
residing in the project repository. The \textit{StoreModelTask} defines three
attributes:
\begin{itemize}
\item \textit{name} (required): name of the model to be stored.
\item \textit{targetUri} (optional): URI where the model will be stored (e.g.
``file:/path/to/destination'').
\item \textit{target} (optional): file path where the model will be stored (e.g.
``file.xmi'').
\end{itemize}
\textit{targetUri} takes precedence over \textit{target}. If neither is defined,
then the model is stored in the location from which it was originally loaded.