Package org.apache.maven.internal.impl
Class DefaultPackagingRegistry
java.lang.Object
org.apache.maven.internal.impl.DefaultPackagingRegistry
- All Implemented Interfaces:
Service
,ExtensibleEnumRegistry<Packaging>
,PackagingRegistry
TODO: this is session scoped as SPI can contribute.
-
Constructor Summary
ConstructorDescriptionDefaultPackagingRegistry
(Map<String, LifecycleMapping> lifecycleMappings, TypeRegistry typeRegistry) -
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
-
Constructor Details
-
DefaultPackagingRegistry
@Inject public DefaultPackagingRegistry(Map<String, LifecycleMapping> lifecycleMappings, TypeRegistry typeRegistry)
-
-
Method Details
-
lookup
- Specified by:
lookup
in interfaceExtensibleEnumRegistry<Packaging>
-