public class ImporterToolHelper
extends java.lang.Object
Constructor and Description |
---|
ImporterToolHelper() |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
getTemplateFile(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
Creates template file from attached element.
|
static java.io.File |
getTemplateFile(java.lang.String templateFileName,
java.lang.String templateLocation,
java.lang.String templateFile)
Creates template file from the template file name.
|
public static java.io.File getTemplateFile(java.lang.String templateFileName, java.lang.String templateLocation, java.lang.String templateFile) throws java.io.IOException
templateFileName
- the child Template pathtemplateLocation
- the location of templatetemplateFile
- the template file namejava.io.IOException
public static java.io.File getTemplateFile(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element) throws java.io.IOException
element
- attached elementjava.io.IOException