Uses of Interface
eu.cloudnetservice.driver.template.TemplateStorage
Packages that use TemplateStorage
-
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.