com.polarion.alm.tracker.exporter.IExportTemplateFactory
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IExportTemplate | createRepositoryTemplate(ILocation) | Creates a template from a location in the repository. (It is used by the export manager to create templates). |
IExportTemplate | getDefaultTemplate(IExportConfiguration) | Returns the default template that would be used by the corresponding exporter with the particular export configuration, if it does not specify the template. (i.e. if configuration.getTemplate() == null ). This might be useful, for example, for export configuration preprocessors. See {@link IExportConfigurationPreprocessor} . |
Back to Index