Interface DeploymentUnitPhaseDependency


  • public interface DeploymentUnitPhaseDependency
    Encapsulates a dependency of a DeploymentUnitPhaseService.
    Author:
    Paul Ferraro
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void register​(org.jboss.msc.service.ServiceBuilder<?> builder)
      Registers this dependency with a DeploymentUnitPhaseService builder.
    • Method Detail

      • register

        void register​(org.jboss.msc.service.ServiceBuilder<?> builder)
        Registers this dependency with a DeploymentUnitPhaseService builder.
        Parameters:
        builder - a DeploymentUnitPhaseService builder