Package org.apache.tika.parser.mp3
Class ID3v24Handler
- java.lang.Object
- 
- org.apache.tika.parser.mp3.ID3v24Handler
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.tika.parser.mp3.ID3TagsID3Tags.ID3Comment
 
- 
 - 
Constructor SummaryConstructors Constructor Description ID3v24Handler(ID3v2Frame frame)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlbum()StringgetAlbumArtist()The Artist for the overall album / compilation of albumsStringgetArtist()The Artist for the trackList<ID3Tags.ID3Comment>getComments()Retrieves the comments, if any.StringgetCompilation()StringgetComposer()StringgetDisc()The number of the disc this belongs to, within the setStringgetGenre()booleangetTagsPresent()Does the file contain this kind of tags?StringgetTitle()StringgetTrackNumber()The number of the track within the album / recordingStringgetYear()
 
- 
- 
- 
Constructor Detail- 
ID3v24Handlerpublic ID3v24Handler(ID3v2Frame frame) throws IOException, SAXException, TikaException - Throws:
- IOException
- SAXException
- TikaException
 
 
- 
 - 
Method Detail- 
getTagsPresentpublic boolean getTagsPresent() Description copied from interface:ID3TagsDoes the file contain this kind of tags?- Specified by:
- getTagsPresentin interface- ID3Tags
 
 - 
getArtistpublic String getArtist() Description copied from interface:ID3TagsThe Artist for the track
 - 
getComposerpublic String getComposer() - Specified by:
- getComposerin interface- ID3Tags
 
 - 
getCommentspublic List<ID3Tags.ID3Comment> 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 interface- ID3Tags
 
 - 
getTrackNumberpublic String getTrackNumber() Description copied from interface:ID3TagsThe number of the track within the album / recording- Specified by:
- getTrackNumberin interface- ID3Tags
 
 - 
getAlbumArtistpublic String getAlbumArtist() Description copied from interface:ID3TagsThe Artist for the overall album / compilation of albums- Specified by:
- getAlbumArtistin interface- ID3Tags
 
 - 
getDiscpublic String getDisc() Description copied from interface:ID3TagsThe number of the disc this belongs to, within the set
 - 
getCompilationpublic String getCompilation() - Specified by:
- getCompilationin interface- ID3Tags
 
 
- 
 
-