|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cleancode.net.StorageMgr
public class StorageMgr
Manages cookie and URL storage for a WebPageInspector
object.
Field Summary | |
---|---|
static String |
DEFAULT_WPI_HISTORY_FILE
Default history file path and name for WebPageInspector. |
static String |
HISTORY_FILE_PARAM
Parameter name for specifying a location for the history file for WebPageInspector. |
static String |
VERSION
Current version of this class. |
Method Summary | |
---|---|
String[] |
toCookieList(SimpleTable table)
Converts cookie table to String array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_WPI_HISTORY_FILE
public static final String HISTORY_FILE_PARAM
public static final String VERSION
Method Detail |
---|
public String[] toCookieList(SimpleTable table)
table
- cookie table to convert
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CleanCode Java Libraries | Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 |