Package org.jboss.as.server.deployment
Interface DeploymentUnitPhaseDependency
-
public interface DeploymentUnitPhaseDependencyEncapsulates a dependency of aDeploymentUnitPhaseService.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(org.jboss.msc.service.ServiceBuilder<?> builder)Registers this dependency with a DeploymentUnitPhaseService builder.
-