Uses of Interface
org.wildfly.subsystem.service.DeploymentServiceInstaller
Packages that use DeploymentServiceInstaller
-
Uses of DeploymentServiceInstaller in org.wildfly.subsystem.service
Subinterfaces of DeploymentServiceInstaller in org.wildfly.subsystem.serviceModifier and TypeInterfaceDescriptioninterfaceAResourceServiceInstallerthat encapsulates service installation into aRequirementServiceTarget.Classes in org.wildfly.subsystem.service that implement DeploymentServiceInstallerMethods in org.wildfly.subsystem.service that return DeploymentServiceInstallerModifier and TypeMethodDescriptionstatic DeploymentServiceInstallerDeploymentServiceInstaller.combine(Collection<? extends DeploymentServiceInstaller> installers) Returns a compositeDeploymentServiceInstallerthat installs the specified installers.static DeploymentServiceInstallerDeploymentServiceInstaller.combine(DeploymentServiceInstaller... installers) Returns a compositeDeploymentServiceInstallerthat installs the specified installers.Methods in org.wildfly.subsystem.service with parameters of type DeploymentServiceInstallerModifier and TypeMethodDescriptionstatic DeploymentServiceInstallerDeploymentServiceInstaller.combine(DeploymentServiceInstaller... installers) Returns a compositeDeploymentServiceInstallerthat installs the specified installers.Method parameters in org.wildfly.subsystem.service with type arguments of type DeploymentServiceInstallerModifier and TypeMethodDescriptionstatic DeploymentServiceInstallerDeploymentServiceInstaller.combine(Collection<? extends DeploymentServiceInstaller> installers) Returns a compositeDeploymentServiceInstallerthat installs the specified installers.