net.sourceforge.atunes.kernel.modules.regexp
Class RegexpUtils

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.regexp.RegexpUtils

public class RegexpUtils
extends java.lang.Object

The Class RegexpUtils.


Constructor Summary
RegexpUtils()
           
 
Method Summary
static java.util.Map<AudioFile,java.lang.Integer> getFilesAndTrackNumbers(java.util.List<AudioFile> files)
          Given an array of files, returns a hash containing each file and its track number based on information found on file name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexpUtils

public RegexpUtils()
Method Detail

getFilesAndTrackNumbers

public static java.util.Map<AudioFile,java.lang.Integer> getFilesAndTrackNumbers(java.util.List<AudioFile> files)
Given an array of files, returns a hash containing each file and its track number based on information found on file name.

Parameters:
files - the files
Returns:
the files and track numbers


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