Package org.jboss.as.weld.spi
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 TypeMethodDescriptionorg.jboss.as.server.deployment.PhasegetPhase()intorg.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
-