Interface Tagged

All Known Subinterfaces:
InfoRepository, RemoteRepositoryPlugin, RepositoryPlugin
All Known Implementing Classes:
AbstractIndexingRepository, AggregateRepository, AugmentRepository, BaseRepository, FileRepo, InfoFileRepo, MavenRemoteRepository, MavenRepository, MetaInfServiceMerger, ResourcesRepository, WorkspaceRepository

public interface Tagged
Allows to add tags to implementing classes. Originally intended for tagging repositories.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Dummy placeholder for "empty tags".
  • Method Summary

    Modifier and Type
    Method
    Description
    default Tags
     
  • Field Details

  • Method Details

    • getTags

      default Tags getTags()
      Returns:
      a non-null list of tags. Default is empty (meaning 'no tags').