Uses of Interface
de.espirit.firstspirit.access.packagepool.TemplatePackage
-
Uses of TemplatePackage in de.espirit.firstspirit.access.packagepool
Modifier and TypeMethodDescriptionPackageManager.createTemplatePackage
(String name, Project project) Creates a new template package with the given name and the given project as master project.@Nullable TemplatePackage
ContentPackage.getTemplatePackage()
Returns the TemplatePackage on which this ContentPackage is dependent ornull
if no dependent TemplatePackage existing for this ContentPackage.Modifier and TypeMethodDescriptionvoid
ContentPackage.setTemplatePackage
(TemplatePackage templatePackage) Sets the given TemplatePackage as the dependent template package for this ContentPackage.
Before the import of this ContentPackage the dependent TemplatePackage will be imported.