Interface DeploymentUnitDependenciesProvider


  • public interface DeploymentUnitDependenciesProvider
    Allows to add service dependencies for a deployment unit.
    Author:
    Martin Kouba
    • Method Detail

      • getDependencies

        Set<org.jboss.msc.service.ServiceName> getDependencies​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
        Parameters:
        deploymentUnit -
        Returns:
        the set of dependencies for the given deployment unit