@Override
public IImportcmd createImportcmd(ITemplate itemplate) {
Template template = (Template) itemplate;
StringExp filename = new StringExp();
filename.addText(source.getName());
return new Importcmd(new ImportedFiles(filename), templateTextWriter, source, namespaces, classes, template.getContext(), groovyClassLoader);
}