Class ID3v23Handler
java.lang.Object
org.apache.tika.parser.mp3.ID3v23Handler
- All Implemented Interfaces:
ID3Tags
-
Nested Class Summary
Nested classes/interfaces inherited from interface ID3Tags
ID3Tags.ID3Comment -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlbum()The Artist for the overall album / compilation of albumsThe Artist for the trackRetrieves the comments, if any.getDisc()The number of the disc this belongs to, within the setgetGenre()booleanDoes the file contain this kind of tags?getTitle()The number of the track within the album / recordinggetYear()
-
Constructor Details
-
ID3v23Handler
- Throws:
IOExceptionSAXExceptionTikaException
-
-
Method Details
-
getTagsPresent
public boolean getTagsPresent()Description copied from interface:ID3TagsDoes the file contain this kind of tags?- Specified by:
getTagsPresentin interfaceID3Tags
-
getTitle
-
getArtist
-
getAlbum
-
getYear
-
getComposer
- Specified by:
getComposerin interfaceID3Tags
-
getComments
Description copied from interface:ID3TagsRetrieves the comments, if any. Files may have more than one comment, but normally only one with any language/description pair.- Specified by:
getCommentsin interfaceID3Tags
-
getGenre
-
getTrackNumber
Description copied from interface:ID3TagsThe number of the track within the album / recording- Specified by:
getTrackNumberin interfaceID3Tags
-
getAlbumArtist
Description copied from interface:ID3TagsThe Artist for the overall album / compilation of albums- Specified by:
getAlbumArtistin interfaceID3Tags
-
getDisc
-
getCompilation
- Specified by:
getCompilationin interfaceID3Tags
-