Uses of Interface
de.espirit.firstspirit.access.packagepool.TemplatePackage
Packages that use TemplatePackage
-
Uses of TemplatePackage in de.espirit.firstspirit.access.packagepool
Methods in de.espirit.firstspirit.access.packagepool that return TemplatePackageModifier 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.Methods in de.espirit.firstspirit.access.packagepool with parameters of type TemplatePackageModifier 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.