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 class
ArtworkCountDiffers
Represents an exception for the different artwork count check.class
CorrectCapitalization
Correct capitalization.class
CorrectMediaKind
CorrectMediaKind.class
CorrectName
Correct name.class
CorrectSortName
Correct sort name.class
DistinctAttributes
Represents an exception for the typo check.class
DistinctRatings
Represents an exception for the distinct ratings check.class
DistinctTracks
Represents an exception for the duplicates check.class
DontEmbedArtwork
Indicates that artwork is not supposed to be embedded.class
DontRemoveAlbumVersion
Indicates that "(Album Version)" is not supposed to be removed.class
FileNotMissing
Indicates that a file is not missing.class
IgnoreFileReadOnly
Indicates that a file is read-only, but we don't care.class
LegitAlbumNameInTitle
Indicates that an album name may be part of a song title.class
LegitArtistNameInTitle
Indicates that an artist name may be part of a song title.class
LegitDiscNumberInAlbum
Represents an exception for the disc number inspection.class
LegitTracknumberInTitle
Indicates that an artist name may be part of a song title.class
MissingTrackCountDescriptor
Missing track count descriptor.class
MultiAlbumArtistAlbum
Multi-album album artist.class
MultiGenreArtist
Multi-genre artist.class
MultiLanguageArtist
Multi-language artist.class
MultiYearAlbum
Multi-year album.class
RareGenreDescriptor
Rare genre descriptor.class
SingleArtistCompilation
Single 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 void
IgnoredIssuesSet. add(IssueDescriptor issueDescriptor)
boolean
IgnoredIssuesSet. contains(IssueDescriptor issueDescriptor)
Method parameters in com.tagtraum.beatunes.inspection with type arguments of type IssueDescriptor Modifier and Type Method Description void
IgnoredIssuesSet. 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)
-