Package org.eclipse.aether.repository
Interface ArtifactRepository
- All Known Implementing Classes:
- LocalRepository,- RemoteRepository,- WorkspaceRepository
public interface ArtifactRepository
A repository hosting artifacts.
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
- 
Method SummaryModifier and TypeMethodDescriptionGets the type of the repository, for example "default".getId()Gets the identifier of this repository.
- 
Method Details- 
getContentTypeGets the type of the repository, for example "default".- Returns:
- The (case-sensitive) type of the repository, never null.
 
- 
getIdGets the identifier of this repository.- Returns:
- The (case-sensitive) identifier, never null.
 
 
-