|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.firstpartners.rp.back.extractor.util.History
public class History
History reader for IE and Mozilla under windows, linux and unix
Field Summary | |
---|---|
java.lang.String |
IE_HISTORY
IE history |
private java.io.FileFilter |
ieHistoryFilter
ie history filter |
static java.lang.String |
LINUX_MOZILLA_PATH
Linux mozilla oath |
java.lang.String |
MOZILLA_HISTORY
Mozilla history |
private java.io.FileFilter |
mozillaHistoryFilter
mozilla history filter |
static java.lang.String |
WIN_IE_PATH
History folder |
static java.lang.String |
WIN_MOZILLA_PATH
Windoss mozilla path |
Constructor Summary | |
---|---|
History()
Creates a new History object. |
Method Summary | |
---|---|
private java.lang.Object[] |
getDirectories(java.io.File path)
Gets the sub directories of the input directory. |
java.util.LinkedList |
getHistoryList()
Get all the system history |
java.util.LinkedList |
getIEHistoryList(java.io.File pathName)
Get the list of the IE - history |
private java.util.LinkedList |
getListHistoryFromFile(java.io.File file)
Get the list of the history from the file |
java.util.LinkedList |
getMozillaHistoryList(java.io.File pathName)
Get the list of the Mozilla - history! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String WIN_IE_PATH
public static final java.lang.String WIN_MOZILLA_PATH
public static final java.lang.String LINUX_MOZILLA_PATH
public java.lang.String IE_HISTORY
public java.lang.String MOZILLA_HISTORY
private java.io.FileFilter ieHistoryFilter
private java.io.FileFilter mozillaHistoryFilter
Constructor Detail |
---|
public History()
Method Detail |
---|
public java.util.LinkedList getIEHistoryList(java.io.File pathName)
pathName
- Path to the history folder
public java.util.LinkedList getMozillaHistoryList(java.io.File pathName)
pathName
- Path to the parrent of history file
private java.util.LinkedList getListHistoryFromFile(java.io.File file) throws java.io.IOException, java.io.FileNotFoundException
file
- Property file
java.io.IOException
- Exception occur in the communications
java.io.FileNotFoundException
private java.lang.Object[] getDirectories(java.io.File path)
path
- the directory to retreive sub directories from.
public java.util.LinkedList getHistoryList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |