Package org.apache.maven.api.services
Interface TypeRegistry
- All Superinterfaces:
Service
Access to
Type
registry.- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
getType
Obtain theType
from the specifiedid
. If no type is known forid
, the registry will create a customType
for it.- Parameters:
id
- the id of the type to retrieve- Returns:
- the type
-