Package org.apache.maven.internal.impl
Class DefaultRemoteRepository
java.lang.Object
org.apache.maven.internal.impl.DefaultRemoteRepository
- All Implemented Interfaces:
- RemoteRepository,- Repository
- 
Field SummaryFields inherited from interface org.apache.maven.api.RepositoryCENTRAL_ID
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultRemoteRepository(org.eclipse.aether.repository.RemoteRepository repository) 
- 
Method Summary
- 
Constructor Details- 
DefaultRemoteRepositorypublic DefaultRemoteRepository(org.eclipse.aether.repository.RemoteRepository repository) 
 
- 
- 
Method Details- 
getRepositorypublic org.eclipse.aether.repository.RemoteRepository 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
 
- 
getUrl- Specified by:
- getUrlin interface- RemoteRepository
 
- 
getProtocol- Specified by:
- getProtocolin interface- RemoteRepository
 
- 
toString
 
-