Class VertxDependenciesProcessor

java.lang.Object
org.wildfly.extension.vertx.processors.VertxDependenciesProcessor
All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor

public class VertxDependenciesProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Processor that is used to add necessary module dependencies.
Author:
Lin Gao
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.as.server.deployment.Phase
     
    static final int
    The relative order of this processor within the PHASE.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deploy(org.jboss.as.server.deployment.DeploymentPhaseContext context)
     
    void
    undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PHASE

      public static final org.jboss.as.server.deployment.Phase PHASE
    • PRIORITY

      public static final int PRIORITY
      The relative order of this processor within the PHASE. The current number is large enough for it to happen after all the standard deployment unit processors that come with JBoss AS.
      See Also:
  • Constructor Details

    • VertxDependenciesProcessor

      public VertxDependenciesProcessor()
  • Method Details

    • deploy

      public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext context) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
      Specified by:
      deploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
      Throws:
      org.jboss.as.server.deployment.DeploymentUnitProcessingException
    • undeploy

      public void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
      Specified by:
      undeploy in interface org.jboss.as.server.deployment.DeploymentUnitProcessor