Package org.apache.maven.internal.impl
Class DefaultLifecycleRegistry
java.lang.Object
org.apache.maven.internal.impl.DefaultLifecycleRegistry
- All Implemented Interfaces:
Iterable<Lifecycle>
,Service
,ExtensibleEnumRegistry<Lifecycle>
,LifecycleRegistry
TODO: this is session scoped as SPI can contribute.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.services.ExtensibleEnumRegistry
require
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DefaultLifecycleRegistry
public DefaultLifecycleRegistry() -
DefaultLifecycleRegistry
-
-
Method Details
-
iterator
-
stream
- Specified by:
stream
in interfaceLifecycleRegistry
-
lookup
- Specified by:
lookup
in interfaceExtensibleEnumRegistry<Lifecycle>
-
computePhases
- Specified by:
computePhases
in interfaceLifecycleRegistry
-