Package org.apache.maven.internal.impl
Class DefaultTypeRegistry
java.lang.Object
org.apache.maven.internal.impl.DefaultTypeRegistry
- All Implemented Interfaces:
Service,TypeRegistry
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultTypeRegistry
-
-
Method Details
-
getType
Description copied from interface:TypeRegistryObtain theTypefrom the specifiedid. If no type is known forid, the registry will create a customTypefor it.- Specified by:
getTypein interfaceTypeRegistry- Parameters:
id- the id of the type to retrieve- Returns:
- the type
-