Uses of Interface
eu.cloudnetservice.driver.template.TemplateStorage
Packages that use TemplateStorage
Package
Description
-
Uses of TemplateStorage in eu.cloudnetservice.driver.service
Methods in eu.cloudnetservice.driver.service that return TemplateStorageModifier and TypeMethodDescriptionServiceTemplate.findStorage()Tries to find the storage in which this template is stored.ServiceTemplate.storage()Get the template storage in which this template is stored, throwing an exception if the template doesn't exist. -
Uses of TemplateStorage in eu.cloudnetservice.driver.template
Methods in eu.cloudnetservice.driver.template that return TemplateStorageModifier and TypeMethodDescriptionTemplateStorageProvider.localTemplateStorage()Returns the local template storage of the current node.TemplateStorageProvider.templateStorage(@NonNull String storage) Get the template storage with the given name, this method returns null if no storage with that name is registered. -
Uses of TemplateStorage in eu.cloudnetservice.driver.template.defaults
Classes in eu.cloudnetservice.driver.template.defaults that implement TemplateStorageModifier and TypeClassDescriptionclassThe default implementation of a template storage which pulls its information from a remote provider.