Uses of Interface
org.wildfly.subsystem.service.DeploymentServiceInstaller
-
Packages that use DeploymentServiceInstaller Package Description org.wildfly.subsystem.service -
-
Uses of DeploymentServiceInstaller in org.wildfly.subsystem.service
Subinterfaces of DeploymentServiceInstaller in org.wildfly.subsystem.service Modifier and Type Interface Description interfaceServiceInstallerAResourceServiceInstallerthat encapsulates service installation into aRequirementServiceTarget.Classes in org.wildfly.subsystem.service that implement DeploymentServiceInstaller Modifier and Type Class Description static classServiceInstaller.DefaultServiceInstallerMethods in org.wildfly.subsystem.service that return DeploymentServiceInstaller Modifier and Type Method Description static 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 DeploymentServiceInstaller Modifier and Type Method Description static DeploymentServiceInstallerDeploymentServiceInstaller. combine(DeploymentServiceInstaller... installers)Returns a compositeDeploymentServiceInstallerthat installs the specified installers.Method parameters in org.wildfly.subsystem.service with type arguments of type DeploymentServiceInstaller Modifier and Type Method Description static DeploymentServiceInstallerDeploymentServiceInstaller. combine(Collection<? extends DeploymentServiceInstaller> installers)Returns a compositeDeploymentServiceInstallerthat installs the specified installers.
-