Uses of Enum Class
org.apache.maven.api.Lifecycle.Pointer.Type
Packages that use Lifecycle.Pointer.Type
-
Uses of Lifecycle.Pointer.Type in org.apache.maven.api
Subclasses with type arguments of type Lifecycle.Pointer.Type in org.apache.maven.apiMethods in org.apache.maven.api that return Lifecycle.Pointer.TypeModifier and TypeMethodDescriptiondefault Lifecycle.Pointer.Type
Lifecycle.ChildrenPointer.type()
Returns the type of pointer, which is always CHILDREN for a ChildrenPointer.default Lifecycle.Pointer.Type
Lifecycle.DependenciesPointer.type()
Returns the type of pointer, which is always DEPENDENCIES for a DependenciesPointer.default Lifecycle.Pointer.Type
Lifecycle.PhasePointer.type()
Returns the type of pointer, which is always PROJECT for a PhasePointer.Lifecycle.Pointer.type()
Returns the type of pointer (PROJECT, DEPENDENCIES, or CHILDREN).static Lifecycle.Pointer.Type
Returns the enum constant of this class with the specified name.static Lifecycle.Pointer.Type[]
Lifecycle.Pointer.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.