Class RarelyUsedGenreInspector

    • Constructor Detail

      • RarelyUsedGenreInspector

        public RarelyUsedGenreInspector​(BeaTunes application)
    • Method Detail

      • getName

        public String getName()
        Description copied from class: Inspector
        Inspector name.
        Specified by:
        getName in class Inspector
        Returns:
        descriptive name for this inspector meant for the UI
      • getPropertyName

        public String getPropertyName()
        Description copied from class: Inspector
        Indicates which property is inspected by this inspector. This will be used when highlighting said property in views of a song that has issues.
        Specified by:
        getPropertyName in class Inspector
        Returns:
        property name
      • getDescription

        public String getDescription()
        Description copied from class: Inspector
        Inspector description.
        Specified by:
        getDescription in class Inspector
        Returns:
        long description about this inspector meant for the UI
      • getGenreCounts

        public List<com.tagtraum.beatunes.inspection.RarelyUsedGenreInspector.GenreCount> getGenreCounts()
      • getRarelyUsedGenres

        public List<com.tagtraum.beatunes.inspection.RarelyUsedGenreInspector.GenreCount> getRarelyUsedGenres()