net.sourceforge.atunes.kernel.modules.repository
Class HighlightFoldersByIncompleteTags

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.repository.HighlightFoldersByIncompleteTags

public class HighlightFoldersByIncompleteTags
extends java.lang.Object


Constructor Summary
HighlightFoldersByIncompleteTags()
           
 
Method Summary
static java.util.Map<TagAttribute,java.lang.Boolean> getAllTagAttributes()
          Returns a hash map with all tag attributes as key, and state (used or not) as value
static java.util.List<TagAttribute> getDefaultTagAttributesToHighlightFolders()
          Returns a hashmap with default attributes setted to true for highlight folders
static boolean hasIncompleteTags(Folder folder)
          Returns true if folder contains audio files with incomplete tags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighlightFoldersByIncompleteTags

public HighlightFoldersByIncompleteTags()
Method Detail

getDefaultTagAttributesToHighlightFolders

public static java.util.List<TagAttribute> getDefaultTagAttributesToHighlightFolders()
Returns a hashmap with default attributes setted to true for highlight folders

Returns:

getAllTagAttributes

public static java.util.Map<TagAttribute,java.lang.Boolean> getAllTagAttributes()
Returns a hash map with all tag attributes as key, and state (used or not) as value

Returns:

hasIncompleteTags

public static boolean hasIncompleteTags(Folder folder)
Returns true if folder contains audio files with incomplete tags

Returns:


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.