Package org.eclipse.aether.repository
Interface ArtifactRepository
-
- All Known Implementing Classes:
LocalRepository,RemoteRepository,WorkspaceRepository
public interface ArtifactRepositoryA repository hosting artifacts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContentType()Gets the type of the repository, for example "default".java.lang.StringgetId()Gets the identifier of this repository.
-
-
-
Method Detail
-
getContentType
java.lang.String getContentType()
Gets the type of the repository, for example "default".- Returns:
- The (case-sensitive) type of the repository, never
null.
-
getId
java.lang.String getId()
Gets the identifier of this repository.- Returns:
- The (case-sensitive) identifier, never
null.
-
-