Uses of Interface
com.tagtraum.beatunes.inspection.IssueDescriptor
-
Packages that use IssueDescriptor Package Description com.tagtraum.beatunes.inspection Allows the inspection of songs for issues. -
-
Uses of IssueDescriptor in com.tagtraum.beatunes.inspection
Classes in com.tagtraum.beatunes.inspection that implement IssueDescriptor Modifier and Type Class Description classArtworkCountDiffersRepresents an exception for the different artwork count check.classCorrectCapitalizationCorrect capitalization.classCorrectMediaKindCorrectMediaKind.classCorrectNameCorrect name.classCorrectSortNameCorrect sort name.classDistinctAttributesRepresents an exception for the typo check.classDistinctRatingsRepresents an exception for the distinct ratings check.classDistinctTracksRepresents an exception for the duplicates check.classDontEmbedArtworkIndicates that artwork is not supposed to be embedded.classDontRemoveAlbumVersionIndicates that "(Album Version)" is not supposed to be removed.classFileNotMissingIndicates that a file is not missing.classIgnoreFileReadOnlyIndicates that a file is read-only, but we don't care.classLegitAlbumNameInTitleIndicates that an album name may be part of a song title.classLegitArtistNameInTitleIndicates that an artist name may be part of a song title.classLegitDiscNumberInAlbumRepresents an exception for the disc number inspection.classLegitTracknumberInTitleIndicates that an artist name may be part of a song title.classMissingTrackCountDescriptorMissing track count descriptor.classMultiAlbumArtistAlbumMulti-album album artist.classMultiGenreArtistMulti-genre artist.classMultiLanguageArtistMulti-language artist.classMultiYearAlbumMulti-year album.classRareGenreDescriptorRare genre descriptor.classSingleArtistCompilationSingle artist compilation.Methods in com.tagtraum.beatunes.inspection that return types with arguments of type IssueDescriptor Modifier and Type Method Description Collection<IssueDescriptor>IgnoreIssueSolution. getIssueDescriptors(List<Long> selectedSongIds)Collection<IssueDescriptor>IgnoreMissingTrackCountSolution. getIssueDescriptors(List<Long> selectedSongIds)Collection<IssueDescriptor>NoTypoSolution. getIssueDescriptors(List<Long> selectedSongIds)Methods in com.tagtraum.beatunes.inspection with parameters of type IssueDescriptor Modifier and Type Method Description voidIgnoredIssuesSet. add(IssueDescriptor issueDescriptor)booleanIgnoredIssuesSet. contains(IssueDescriptor issueDescriptor)Method parameters in com.tagtraum.beatunes.inspection with type arguments of type IssueDescriptor Modifier and Type Method Description voidIgnoredIssuesSet. addAll(Collection<IssueDescriptor> issueDescriptors)Constructors in com.tagtraum.beatunes.inspection with parameters of type IssueDescriptor Constructor Description IgnoreIssueSolution(T issue, String description, String processMessage, IssueDescriptor... issueDescriptor)
-