Interface Lifecycle.DependenciesPointer

All Superinterfaces:
Lifecycle.Pointer
Enclosing interface:
Lifecycle

public static interface Lifecycle.DependenciesPointer extends Lifecycle.Pointer
Since:
4.0.0
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.maven.api.Lifecycle.Pointer

    Lifecycle.Pointer.Type
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the dependency scope this pointer applies to.
    Returns the type of pointer, which is always DEPENDENCIES for a DependenciesPointer.

    Methods inherited from interface org.apache.maven.api.Lifecycle.Pointer

    phase
  • Method Details

    • scope

      String scope()
      Returns the dependency scope this pointer applies to.
      Returns:
      the dependency scope, or "all" if not specified
    • type

      default Lifecycle.Pointer.Type type()
      Returns the type of pointer, which is always DEPENDENCIES for a DependenciesPointer.
      Specified by:
      type in interface Lifecycle.Pointer
      Returns:
      the DEPENDENCIES pointer type