bass.db
Class BandIDFileCreator

java.lang.Object
  extended by bass.db.BandIDFileCreator

Deprecated. shouldn't be used anymore, use UnparsedFListFinder or MissingProfilesFileCreator instead

public class BandIDFileCreator
extends java.lang.Object

creates the file missing_Friendlists.txt w/ all band ids in DB

Version:
0.1
Author:
Thomas Klein

Constructor Summary
BandIDFileCreator()
          Deprecated.  
 
Method Summary
static void main(java.lang.String[] args)
          Deprecated.  
static void writeBandIDFile(java.util.LinkedList<java.lang.Integer> ids)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BandIDFileCreator

public BandIDFileCreator()
Deprecated. 
Method Detail

main

public static void main(java.lang.String[] args)
Deprecated. 
Parameters:
args - not used

writeBandIDFile

public static void writeBandIDFile(java.util.LinkedList<java.lang.Integer> ids)
Deprecated.