Interface ArtifactRepository
- All Known Implementing Classes:
LocalRepository, RemoteRepository, WorkspaceRepository
public interface ArtifactRepository
A repository hosting artifacts.
-
Method Summary
Modifier and TypeMethodDescriptionGets the type of the repository, for example "default".getId()Gets the identifier of this repository.
-
Method Details
-
getContentType
Gets the type of the repository, for example "default".- Returns:
- The (case-sensitive) type of the repository, never
null.
-
getId
-