public interface DeploymentProcessorTarget
| Modifier and Type | Method and Description |
|---|---|
void |
addDeploymentProcessor(Phase phase,
int priority,
DeploymentUnitProcessor processor)
Add a deployment processor.
|
void addDeploymentProcessor(Phase phase, int priority, DeploymentUnitProcessor processor)
phase - the processor phase install into (must not be null)priority - the priority within the selected phaseprocessor - the processor to installCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.