applications.proxy.utils
Class NetscapeBookmarkReader


public class NetscapeBookmarkReader


Field Summary
 protected final static StringBOOKMARK_FILENAME
           
 final static StringDEFAULT_NETSCAPE_BOOKMARK_DIRECTORY
           
 protected final static StringENTRY_START_MARKER
           
 protected final static StringPERSONAL_BOOKMARKS_TAG
           

Method Summary
 static voidmain(String[] args)
           
 Collectionread(File f)
           
 CollectionreadAll()
           

Field Detail

BOOKMARK_FILENAME

protected final static String BOOKMARK_FILENAME

DEFAULT_NETSCAPE_BOOKMARK_DIRECTORY

public final static String DEFAULT_NETSCAPE_BOOKMARK_DIRECTORY

ENTRY_START_MARKER

protected final static String ENTRY_START_MARKER

PERSONAL_BOOKMARKS_TAG

protected final static String PERSONAL_BOOKMARKS_TAG
Method Detail

main

public static void main(String[] args)

read

public Collection read(File f)
throws java.lang.Exception

readAll

public Collection readAll()
throws java.lang.Exception