Package org.apache.maven.api
Interface WorkspaceRepository
- All Superinterfaces:
- Repository
Represents a repository backed by an IDE workspace, the output of a build session,
 or similar ad-hoc collections of artifacts. This repository is considered read-only
 within the context of a session, meaning it can only be used for artifact resolution,
 not for installation or deployment. This interface does not provide direct access
 to artifacts; that functionality is handled by a 
WorkspaceReader.- 
Field SummaryFields inherited from interface org.apache.maven.api.RepositoryCENTRAL_ID
- 
Method SummaryMethods inherited from interface org.apache.maven.api.RepositorygetId
- 
Method Details- 
getTypeReturns the type of the repository, i.e. "workspace".- Specified by:
- getTypein interface- Repository
- Returns:
- the type of the repository, i.e. "workspace"
 
 
-