Uses of Interface
org.apache.maven.api.ExtensibleEnum
Packages that use ExtensibleEnum
Package
Description
Maven Core API
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of ExtensibleEnum in org.apache.maven.api
Subinterfaces of ExtensibleEnum in org.apache.maven.apiModifier and TypeInterfaceDescriptioninterface
Language.interface
A Maven lifecycle is a sequence of predefined phases that govern the build process of a Maven project.interface
Represents the packaging of a Maven project.interface
Path scope.interface
Project scope.interface
A dependency'sType
is uniquely identified by aString
, and semantically represents a known kind of dependency. -
Uses of ExtensibleEnum in org.apache.maven.api.services
Classes in org.apache.maven.api.services with type parameters of type ExtensibleEnumModifier and TypeInterfaceDescriptioninterface
ExtensibleEnumRegistry<T extends ExtensibleEnum>
Registry for extensible enum values that allows looking up enum instances by their identifiers.