com.cleancode.net
Class StorageMgr

java.lang.Object
  extended by com.cleancode.net.StorageMgr

public class StorageMgr
extends Object

Manages cookie and URL storage for a WebPageInspector object.

Since:
CleanCode 0.9
Version:
$Revision: 9 $
Author:
Michael Sorens

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

DEFAULT_WPI_HISTORY_FILE

public static final String DEFAULT_WPI_HISTORY_FILE
Default history file path and name for WebPageInspector.

See Also:
Constant Field Values

HISTORY_FILE_PARAM

public static final String HISTORY_FILE_PARAM
Parameter name for specifying a location for the history file for WebPageInspector.

See Also:
Constant Field Values

VERSION

public static final String VERSION
Current version of this class.

Method Detail

toCookieList

public String[] toCookieList(SimpleTable table)
Converts cookie table to String array.

Parameters:
table - cookie table to convert
Returns:
string array of cookies


CleanCode Java Libraries Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads