|
||||||||||
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 String |
CURRENT_USER
Key used to identify the user to be associated with the current file operations. |
static String |
MAX_HOST_CONNECTIONS
Key used to identify the maximum number of connections allowed to a single host. |
static String |
MAX_TOTAL_CONNECTIONS
Key used to identify the maximum number of connections allowed to all hosts. |
static String |
PROXY_HOST
Key used to identify the proxy host to connect through. |
static String |
PROXY_PORT
Key used to identify the proxy port to connect through. |
static String |
VERSIONING
Key used to indicate whether Webdav versioning support should be enabled. |
Method Summary | |
---|---|
Map |
getOptions()
|
Field Detail |
---|
static final String CURRENT_USER
static final String VERSIONING
static final String PROXY_HOST
static final String PROXY_PORT
static final String MAX_HOST_CONNECTIONS
static final String MAX_TOTAL_CONNECTIONS
Method Detail |
---|
Map getOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |