Package org.apache.subversion.javahl
Interface ISVNConfig
public interface ISVNConfig
Interface for manipulating the in-memory configuration info.
- Since:
- 1.9
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ISVNConfig.Category
Interface for reading and modifying configuration categories.static interface
ISVNConfig.Enumerator
Interface forISVNConfig.Category.enumerate(java.lang.String, org.apache.subversion.javahl.ISVNConfig.Enumerator)
callback handlers. -
Field Summary
-
Method Summary
Modifier and Type Method Description ISVNConfig.Category
config()
Returns a reference to the "config" configuration category.ISVNConfig.Category
servers()
Returns a reference to the "servers" configuration category.
-
Field Details
-
SECTION_AUTH
- See Also:
- Constant Field Values
-
PASSWORD_STORES
- See Also:
- Constant Field Values
-
KWALLET_WALLET
- See Also:
- Constant Field Values
-
KWALLET_SVN_APPLICATION_NAME_WITH_PID
- See Also:
- Constant Field Values
-
SSL_CLIENT_CERT_FILE_PROMPT
- See Also:
- Constant Field Values
-
SECTION_HELPERS
- See Also:
- Constant Field Values
-
EDITOR_CMD
- See Also:
- Constant Field Values
-
DIFF_CMD
- See Also:
- Constant Field Values
-
DIFF_EXTENSIONS
- See Also:
- Constant Field Values
-
DIFF3_CMD
- See Also:
- Constant Field Values
-
DIFF3_HAS_PROGRAM_ARG
- See Also:
- Constant Field Values
-
MERGE_TOOL_CMD
- See Also:
- Constant Field Values
-
SECTION_MISCELLANY
- See Also:
- Constant Field Values
-
GLOBAL_IGNORES
- See Also:
- Constant Field Values
-
LOG_ENCODING
- See Also:
- Constant Field Values
-
USE_COMMIT_TIMES
- See Also:
- Constant Field Values
-
ENABLE_AUTO_PROPS
- See Also:
- Constant Field Values
-
ENABLE_MAGIC_FILE
- See Also:
- Constant Field Values
-
NO_UNLOCK
- See Also:
- Constant Field Values
-
MIMETYPES_FILE
- See Also:
- Constant Field Values
-
PRESERVED_CF_EXTS
- See Also:
- Constant Field Values
-
INTERACTIVE_CONFLICTS
- See Also:
- Constant Field Values
-
MEMORY_CACHE_SIZE
- See Also:
- Constant Field Values
-
DIFF_IGNORE_CONTENT_TYPE
- See Also:
- Constant Field Values
-
SECTION_TUNNELS
- See Also:
- Constant Field Values
-
SECTION_AUTO_PROPS
- See Also:
- Constant Field Values
-
SECTION_WORKING_COPY
- See Also:
- Constant Field Values
-
SQLITE_EXCLUSIVE
- See Also:
- Constant Field Values
-
SQLITE_EXCLUSIVE_CLIENTS
- See Also:
- Constant Field Values
-
SQLITE_BUSY_TIMEOUT
- See Also:
- Constant Field Values
-
SECTION_GROUPS
- See Also:
- Constant Field Values
-
SECTION_GLOBAL
- See Also:
- Constant Field Values
-
HTTP_PROXY_HOST
- See Also:
- Constant Field Values
-
HTTP_PROXY_PORT
- See Also:
- Constant Field Values
-
HTTP_PROXY_USERNAME
- See Also:
- Constant Field Values
-
HTTP_PROXY_PASSWORD
- See Also:
- Constant Field Values
-
HTTP_PROXY_EXCEPTIONS
- See Also:
- Constant Field Values
-
HTTP_TIMEOUT
- See Also:
- Constant Field Values
-
HTTP_COMPRESSION
- See Also:
- Constant Field Values
-
NEON_DEBUG_MASK
- See Also:
- Constant Field Values
-
HTTP_AUTH_TYPES
- See Also:
- Constant Field Values
-
SSL_AUTHORITY_FILES
- See Also:
- Constant Field Values
-
SSL_TRUST_DEFAULT_CA
- See Also:
- Constant Field Values
-
SSL_CLIENT_CERT_FILE
- See Also:
- Constant Field Values
-
SSL_CLIENT_CERT_PASSWORD
- See Also:
- Constant Field Values
-
SSL_PKCS11_PROVIDER
- See Also:
- Constant Field Values
-
HTTP_LIBRARY
- See Also:
- Constant Field Values
-
STORE_PASSWORDS
- See Also:
- Constant Field Values
-
STORE_PLAINTEXT_PASSWORDS
- See Also:
- Constant Field Values
-
STORE_AUTH_CREDS
- See Also:
- Constant Field Values
-
STORE_SSL_CLIENT_CERT_PP
- See Also:
- Constant Field Values
-
STORE_SSL_CLIENT_CERT_PP_PLAINTEXT
- See Also:
- Constant Field Values
-
USERNAME
- See Also:
- Constant Field Values
-
HTTP_BULK_UPDATES
- See Also:
- Constant Field Values
-
HTTP_MAX_CONNECTIONS
- See Also:
- Constant Field Values
-
HTTP_CHUNKED_REQUESTS
- See Also:
- Constant Field Values
-
SERF_LOG_COMPONENTS
- See Also:
- Constant Field Values
-
SERF_LOG_LEVEL
- See Also:
- Constant Field Values
-
TRUE
"true" value in configuration. One of the values returned byISVNConfig.Category.getYesNoAsk(java.lang.String, java.lang.String, java.lang.String)
.- See Also:
- Constant Field Values
-
FALSE
"false" value in configuration. One of the values returned byISVNConfig.Category.getYesNoAsk(java.lang.String, java.lang.String, java.lang.String)
.- See Also:
- Constant Field Values
-
ASK
"ask" value in configuration. One of the values returned byISVNConfig.Category.getYesNoAsk(java.lang.String, java.lang.String, java.lang.String)
.- See Also:
- Constant Field Values
-
-
Method Details
-
config
ISVNConfig.Category config()Returns a reference to the "config" configuration category. -
servers
ISVNConfig.Category servers()Returns a reference to the "servers" configuration category.
-