Interface DeploymentUnitProcessorProvider


public interface DeploymentUnitProcessorProvider
Allows to add additional deployment unit processors to a DeploymentProcessorTarget.
Author:
Martin Kouba
See Also:
  • DeploymentUnitProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.as.server.deployment.Phase
     
    int
     
    org.jboss.as.server.deployment.DeploymentUnitProcessor
     
  • Method Details

    • getProcessor

      org.jboss.as.server.deployment.DeploymentUnitProcessor getProcessor()
      Returns:
      the processor
    • getPhase

      org.jboss.as.server.deployment.Phase getPhase()
      Returns:
      the phase
    • getPriority

      int getPriority()
      Returns:
      the priority