Class Selector

java.lang.Object
org.apache.maven.plugins.invoker.Selector

class Selector extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getSelection

      public int getSelection(InvokerProperties invokerProperties)
    • getGlobal

      private int getGlobal(InvokerProperties invokerProperties)
      Determines whether selector conditions of the specified invoker properties match the current environment.
      Parameters:
      invokerProperties - The invoker properties to check, must not be null.
      Returns:
      0 if the job corresponding to the properties should be run, otherwise a bitwise value representing the reason why it should be skipped.