applications.proxy.utils
Class IeBookmarkReader

Direct Known Subclasses:
IeWin9xBookmarkReader

public class IeBookmarkReader

Description of the Class

Author:
igasp
created June 19, 2001

Field Summary
 final static String[]DEFAULT_ROOT_DIRECTORIES
          Description of the Field
 protected final static StringENTRY_START_MARKER
          Description of the Field
 protected final static StringFAVORITES_DIRECTORY
          Description of the Field
 private static Collectionm_collIgnoredLinks
           
 protected final static StringURL_EXTENSION
          Description of the Field

Method Summary
 protected CollectiongetFromDirectory(File fDirectory)
           
 protected static CollectiongetIgnoredLinks()
          Gets the IgnoredLinks attribute of the IeBookmarkReader class
 protected static booleanisIgnoredLink(String sUrl)
          Gets the IgnoredLink attribute of the IeBookmarkReader class
 Collectionread(File f)
          Description of the Method
 CollectionreadAll()
          Description of the Method

Field Detail

DEFAULT_ROOT_DIRECTORIES

public final static String[] DEFAULT_ROOT_DIRECTORIES
Description of the Field

ENTRY_START_MARKER

protected final static String ENTRY_START_MARKER
Description of the Field

FAVORITES_DIRECTORY

protected final static String FAVORITES_DIRECTORY
Description of the Field

m_collIgnoredLinks

private static Collection m_collIgnoredLinks

URL_EXTENSION

protected final static String URL_EXTENSION
Description of the Field
Method Detail

getFromDirectory

protected Collection getFromDirectory(File fDirectory)

getIgnoredLinks

protected static Collection getIgnoredLinks()
Gets the IgnoredLinks attribute of the IeBookmarkReader class
Returns: The IgnoredLinks value

isIgnoredLink

protected static boolean isIgnoredLink(String sUrl)
Gets the IgnoredLink attribute of the IeBookmarkReader class
Parameters:
sUrl - Description of Parameter
Returns: The IgnoredLink value

read

public Collection read(File f)
throws java.lang.Exception
Description of the Method
Parameters:
f - Description of Parameter
Returns: Description of the Returned Value
Throws:
Exception - Description of Exception

readAll

public Collection readAll()
throws java.lang.Exception
Description of the Method
Returns: Description of the Returned Value
Throws:
Exception - Description of Exception