|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileOptionsProvider
Some FileSystems allow options to be passed on File operations. Users of commons configuration can implement this interface and register it with the FileSystem.
| Field Summary | |
|---|---|
static java.lang.String |
CURRENT_USER
Key used to identify the user to be associated with the current file operations. |
static java.lang.String |
MAX_HOST_CONNECTIONS
Key used to identify the maximum number of connections allowed to a single host. |
static java.lang.String |
MAX_TOTAL_CONNECTIONS
Key used to identify the maximum number of connections allowed to all hosts. |
static java.lang.String |
PROXY_HOST
Key used to identify the proxy host to connect through. |
static java.lang.String |
PROXY_PORT
Key used to identify the proxy port to connect through. |
static java.lang.String |
VERSIONING
Key used to indicate whether Webdav versioning support should be enabled. |
| Method Summary | |
|---|---|
java.util.Map |
getOptions()
|
| Field Detail |
|---|
static final java.lang.String CURRENT_USER
static final java.lang.String VERSIONING
static final java.lang.String PROXY_HOST
static final java.lang.String PROXY_PORT
static final java.lang.String MAX_HOST_CONNECTIONS
static final java.lang.String MAX_TOTAL_CONNECTIONS
| Method Detail |
|---|
java.util.Map getOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||