Package org.jboss.as.weld.spi
Interface DeploymentUnitDependenciesProvider
-
public interface DeploymentUnitDependenciesProviderAllows to add service dependencies for a deployment unit.- Author:
- Martin Kouba
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<org.jboss.msc.service.ServiceName>getDependencies(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
-
-
-
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
-
-