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