de.knup.jedi.jayshare.sax
Class FileParser

java.lang.Object
  |
  +--de.knup.jedi.jayshare.sax.FileParser

public class FileParser
extends java.lang.Object

Parse XML files needed by jayshare.

Version:
0.2 $Revision: 1.6 $
Author:
B. Pietsch

Field Summary
private static java.lang.String PARSER
          SAX Parser implementation to be used.
 
Constructor Summary
FileParser()
           
 
Method Summary
static UserList parseFileList(java.lang.String userList)
          Parse file lists.
static DownloadQueue parseQueue(java.lang.String queue)
          Parse download queue.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

PARSER

private static final java.lang.String PARSER
SAX Parser implementation to be used.
Constructor Detail

FileParser

public FileParser()
Method Detail

parseFileList

public static UserList parseFileList(java.lang.String userList)
Parse file lists.

parseQueue

public static DownloadQueue parseQueue(java.lang.String queue)
Parse download queue.