org.w3c.jwput
Interface JWOptions

All Known Implementing Classes:
JW, JWGUI, JWPreferences, ETagManager

public interface JWOptions

Options (names and default values) used to configure Winie


Field Summary
static java.lang.String ACCEPT_LANGUAGE_P
          Property name for Accept Language (Same as HttpManager.ACCEPT_LANGUAGE_P)
static java.lang.String BACKUP_P
          Property name for backup mode
static int DEF_TRIES
          Property value for tries (see above)
static java.lang.String ETAGS_DB
          Property name for ETags Database class
static java.lang.String FALSE_P
          Property value for false
static java.lang.String HEADER_PREFIX
          Property name for header prefix (internal use)
static java.lang.String HIDE_POPUPS_P
          Property name for hide mode
static java.lang.String HOMEDIR_P
          Property value for homedir
static java.lang.String LOAD_DIR_P
          Property value for last directory visited for load
static java.lang.String MIME_PREFIX
          Property name for mime prefix (internal use)
static java.lang.String MIMEDEF_P
          Property name for default mime type
static java.lang.String OVERWRITE_P
          Property name for overwrite mode
static java.lang.String PASSWORD_P
          Property name for password (authentication)
static java.lang.String PROGRESS_BAR_P
          Property name for the progress bar
static java.lang.String PROMPT_P
          Property name for prompt mode
static java.lang.String PROXY_HOST_P
          Property name for Proxy Host (same as HttpManager.PROXY_HOST_P)
static java.lang.String PROXY_PORT_P
          Property name for Proxy Port (same as HttpManager.PROXY_PORT_P)
static java.lang.String PROXY_SET_P
          Property name for Proxy set (same as HttpManager.PROXY_SET_P)
static java.lang.String PUT_CVS_P
          Property name for the put CVS property
static java.lang.String QUIET_P
          Property name for quiet mode
static java.lang.String REC_P
          Property name for recursive put mode
static java.lang.String SAVE_DIR_P
          Property value for last directory visited for save
static java.lang.String SOCKS_HOST_P
          Property name for SOCKS Proxy Host
static java.lang.String SOCKS_PORT_P
          Property name for SOCKS Proxy Port
static java.lang.String TRIES_P
          Property name for number of retries when connection closed
static java.lang.String TRUE_P
          Property value for true
static java.lang.String USER_AGENT_P
          Property name for User Agent (same as HttpManager.USER_AGENT_P)
static java.lang.String USER_P
          Property name for username (authentication)
static java.lang.String VERBOSE_P
          Property name for verbose mode
static java.lang.String WPUTDIR
          Property value, the Winie preferences directory
static java.lang.String WPUTRC
          Property value for Winie preference file.
 

Field Detail

USER_P

public static final java.lang.String USER_P
Property name for username (authentication)

PASSWORD_P

public static final java.lang.String PASSWORD_P
Property name for password (authentication)

VERBOSE_P

public static final java.lang.String VERBOSE_P
Property name for verbose mode

OVERWRITE_P

public static final java.lang.String OVERWRITE_P
Property name for overwrite mode

QUIET_P

public static final java.lang.String QUIET_P
Property name for quiet mode

MIMEDEF_P

public static final java.lang.String MIMEDEF_P
Property name for default mime type

PROMPT_P

public static final java.lang.String PROMPT_P
Property name for prompt mode

REC_P

public static final java.lang.String REC_P
Property name for recursive put mode

WPUTDIR

public static final java.lang.String WPUTDIR
Property value, the Winie preferences directory

WPUTRC

public static final java.lang.String WPUTRC
Property value for Winie preference file.

ETAGS_DB

public static final java.lang.String ETAGS_DB
Property name for ETags Database class

BACKUP_P

public static final java.lang.String BACKUP_P
Property name for backup mode

PROGRESS_BAR_P

public static final java.lang.String PROGRESS_BAR_P
Property name for the progress bar

PUT_CVS_P

public static final java.lang.String PUT_CVS_P
Property name for the put CVS property

HIDE_POPUPS_P

public static final java.lang.String HIDE_POPUPS_P
Property name for hide mode

TRIES_P

public static final java.lang.String TRIES_P
Property name for number of retries when connection closed

DEF_TRIES

public static final int DEF_TRIES
Property value for tries (see above)

HEADER_PREFIX

public static final java.lang.String HEADER_PREFIX
Property name for header prefix (internal use)

MIME_PREFIX

public static final java.lang.String MIME_PREFIX
Property name for mime prefix (internal use)

PROXY_SET_P

public static final java.lang.String PROXY_SET_P
Property name for Proxy set (same as HttpManager.PROXY_SET_P)

PROXY_HOST_P

public static final java.lang.String PROXY_HOST_P
Property name for Proxy Host (same as HttpManager.PROXY_HOST_P)

PROXY_PORT_P

public static final java.lang.String PROXY_PORT_P
Property name for Proxy Port (same as HttpManager.PROXY_PORT_P)

SOCKS_PORT_P

public static final java.lang.String SOCKS_PORT_P
Property name for SOCKS Proxy Port

SOCKS_HOST_P

public static final java.lang.String SOCKS_HOST_P
Property name for SOCKS Proxy Host

USER_AGENT_P

public static final java.lang.String USER_AGENT_P
Property name for User Agent (same as HttpManager.USER_AGENT_P)

ACCEPT_LANGUAGE_P

public static final java.lang.String ACCEPT_LANGUAGE_P
Property name for Accept Language (Same as HttpManager.ACCEPT_LANGUAGE_P)

FALSE_P

public static final java.lang.String FALSE_P
Property value for false

TRUE_P

public static final java.lang.String TRUE_P
Property value for true

SAVE_DIR_P

public static final java.lang.String SAVE_DIR_P
Property value for last directory visited for save

LOAD_DIR_P

public static final java.lang.String LOAD_DIR_P
Property value for last directory visited for load

HOMEDIR_P

public static final java.lang.String HOMEDIR_P
Property value for homedir