Class TemplatePrepareListener
java.lang.Object
eu.cloudnetservice.node.impl.template.listener.TemplatePrepareListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate voidprepareProxyTemplate(@NonNull eu.cloudnetservice.driver.template.TemplateStorage storage, @NonNull eu.cloudnetservice.driver.service.ServiceTemplate template, @NonNull String target, @NonNull String internalPath) private @Nullable InputStreamresourceStream(@NonNull String path)
-
Constructor Details
-
TemplatePrepareListener
public TemplatePrepareListener()
-
-
Method Details
-
handle
@EventListener public void handle(@NonNull @NonNull eu.cloudnetservice.node.event.template.ServiceTemplateInstallEvent event) throws IOException - Throws:
IOException
-
prepareProxyTemplate
private void prepareProxyTemplate(@NonNull @NonNull eu.cloudnetservice.driver.template.TemplateStorage storage, @NonNull @NonNull eu.cloudnetservice.driver.service.ServiceTemplate template, @NonNull @NonNull String target, @NonNull @NonNull String internalPath) throws IOException - Throws:
IOException
-
resourceStream
-