Package net.sf.jmp3renamer.plugins.Web.provider

Examples of net.sf.jmp3renamer.plugins.Web.provider.Album


            }
           
            List<Album> result = new ArrayList<Album>(albums.size());
            if (albums.size() > 0) {
                for (Iterator<Album> iterator = albums.iterator(); iterator.hasNext();) {
                    Album a = (Album) iterator.next();
                    result.add(new AlbumWrapper(a, prov));
                }
            } else {
                logger.info("{}: No album found", prov.getName());
            }
View Full Code Here

TOP

Related Classes of net.sf.jmp3renamer.plugins.Web.provider.Album

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.