Package org.apache.maven.internal.impl
Class DefaultLocalRepository
java.lang.Object
org.apache.maven.internal.impl.DefaultLocalRepository
- All Implemented Interfaces:
- LocalRepository,- Repository
- 
Field SummaryFields inherited from interface org.apache.maven.api.RepositoryCENTRAL_ID
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultLocalRepository(org.eclipse.aether.repository.LocalRepository repository) 
- 
Method Summary
- 
Constructor Details- 
DefaultLocalRepository@Inject public DefaultLocalRepository(@Nonnull org.eclipse.aether.repository.LocalRepository repository) 
 
- 
- 
Method Details- 
getRepository
- 
getIdDescription copied from interface:RepositoryGets the identifier of this repository.- Specified by:
- getIdin interface- Repository
- Returns:
- the (case-sensitive) identifier, never null
 
- 
getTypeDescription copied from interface:RepositoryGets the type of the repository, for example "default".- Specified by:
- getTypein interface- Repository
- Returns:
- the (case-sensitive) type of the repository, never null
 
- 
getPath- Specified by:
- getPathin interface- LocalRepository
 
 
-