Package org.apache.maven.api.services
Interface ArtifactFactory
- All Superinterfaces:
- Service
- All Known Implementing Classes:
- DefaultArtifactFactory
Service used to create 
Artifact objects.- Since:
- 4.0.0
- 
Method Details- 
createCreates an artifact.- Parameters:
- request- the request holding artifact creation parameters
- Returns:
- an Artifact, nevernull
- Throws:
- IllegalArgumentException- if- requestis null or- request.sessionis null or invalid
 
- 
create
- 
create
 
-