public interface ServiceConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
OPTION_ALLOW_SNAPSHOTS
Option to mark repository as allowing snapshots.
|
static String |
OPTION_CHECKSUM |
static String |
OPTION_DISALLOW_RELEASES
Option to mark repository as not allowing releases.
|
static String |
OPTION_ID
segment in repository spec that gives the name of the repo.
|
static String |
OPTION_MULTI
Option to mark path as a parent directory of repo directories.
|
static String |
OPTION_RELEASES_CHECKSUM |
static String |
OPTION_RELEASES_UPDATE |
static String |
OPTION_SNAPSHOTS_CHECKSUM |
static String |
OPTION_SNAPSHOTS_UPDATE |
static String |
OPTION_UPDATE |
static String |
PID
Service PID used for configuration.
|
static String |
PROPERTY_CERTIFICATE_CHECK
Certificate check configuration property name.
|
static String |
PROPERTY_CONNECTION_BUFFER_SIZE
Configure buffer size for HTTP connections in:
org.apache.http.impl.io.SessionInputBufferImpl#buffer
org.apache.http.impl.io.SessionOutputBufferImpl#buffer
Defaults to
8192. |
static String |
PROPERTY_CONNECTION_RETRY_COUNT
Configure httpclient's
org.apache.http.impl.client.DefaultHttpRequestRetryHandler. |
static String |
PROPERTY_DEFAULT_REPOSITORIES
DefaultRepositories configuration property name
|
static String |
PROPERTY_GLOBAL_CHECKSUM_POLICY
Global checksum policy property name.
|
static String |
PROPERTY_GLOBAL_UPDATE_POLICY
Global update policy property name.
|
static String |
PROPERTY_LOCAL_REPO_AS_REMOTE
Add the default local repo (e.g.
|
static String |
PROPERTY_LOCAL_REPOSITORY
LocalRepository configuration property name.
|
static String |
PROPERTY_OFFLINE
Option to set maven offline.
|
static String |
PROPERTY_PROXIES
Proxies given via property.
|
static String |
PROPERTY_PROXY_SUPPORT
Proxy support configuration property name.
|
static boolean |
PROPERTY_PROXY_SUPPORT_DEFAULT
Default enable proxies or not if property PROPERTY_PROXY_SUPPORT is not set at all.
|
static String |
PROPERTY_REPOSITORIES
Repositories configuration property name.
|
static String |
PROPERTY_SECURITY |
static String |
PROPERTY_SETTINGS_FILE
Maven settings file configuration property name.
|
static String |
PROPERTY_SOCKET_CONNECTION_TIMEOUT
Configure connection timeout value for
java.net.Socket#connect(SocketAddress, int) operation. |
static String |
PROPERTY_SOCKET_SO_KEEPALIVE
Configure
SocketOptions.SO_KEEPALIVE. |
static String |
PROPERTY_SOCKET_SO_LINGER
Configure
SocketOptions.SO_LINGER. |
static String |
PROPERTY_SOCKET_SO_REUSEADDRESS
Configure
SocketOptions.SO_REUSEADDR. |
static String |
PROPERTY_SOCKET_SO_TIMEOUT
Configure
SocketOptions.SO_TIMEOUT. |
static String |
PROPERTY_SOCKET_TCP_NODELAY
Configure
SocketOptions.TCP_NODELAY. |
static String |
PROPERTY_TIMEOUT
Option to configure the default timeout; use a default timeout of
5 secs by default.
|
static String |
PROPERTY_UPDATE_RELEASES
Property for configuration of non-canonical Maven behavior.
|
static String |
PROPERTY_USE_FALLBACK_REPOSITORIES
Use fallback repositories switch configuration property name.
|
static String |
PROTOCOL
The protocol name.
|
static String |
REQUIRE_CONFIG_ADMIN_CONFIG
Warning: use only in framework properties.
|
static String |
SEPARATOR_OPTIONS
Options separator in repository url.
|
static final String PID
static final String PROTOCOL
static final String REQUIRE_CONFIG_ADMIN_CONFIG
static final String PROPERTY_LOCAL_REPO_AS_REMOTE
static final String PROPERTY_GLOBAL_UPDATE_POLICY
Provides repository update policy which will be applied to all configured repositories.
static final String PROPERTY_GLOBAL_CHECKSUM_POLICY
Provides repository checksum policy which will be applied to all configured repositories.
static final String PROPERTY_CERTIFICATE_CHECK
static final String PROPERTY_SETTINGS_FILE
static final String PROPERTY_LOCAL_REPOSITORY
static final String PROPERTY_DEFAULT_REPOSITORIES
static final String PROPERTY_REPOSITORIES
static final String PROPERTY_USE_FALLBACK_REPOSITORIES
static final String PROPERTY_PROXY_SUPPORT
static final String PROPERTY_SECURITY
static final String OPTION_ALLOW_SNAPSHOTS
static final String PROPERTY_TIMEOUT
static final String PROPERTY_OFFLINE
static final String OPTION_DISALLOW_RELEASES
static final String OPTION_MULTI
static final String SEPARATOR_OPTIONS
static final String PROPERTY_PROXIES
static final boolean PROPERTY_PROXY_SUPPORT_DEFAULT
static final String OPTION_ID
static final String OPTION_UPDATE
static final String OPTION_RELEASES_UPDATE
static final String OPTION_SNAPSHOTS_UPDATE
static final String OPTION_CHECKSUM
static final String OPTION_RELEASES_CHECKSUM
static final String OPTION_SNAPSHOTS_CHECKSUM
static final String PROPERTY_SOCKET_SO_TIMEOUT
SocketOptions.SO_TIMEOUT.
If not specified, generic PROPERTY_TIMEOUT is used.static final String PROPERTY_SOCKET_SO_KEEPALIVE
SocketOptions.SO_KEEPALIVE. Defaults to falsestatic final String PROPERTY_SOCKET_SO_LINGER
SocketOptions.SO_LINGER. Defaults to -1.static final String PROPERTY_SOCKET_SO_REUSEADDRESS
SocketOptions.SO_REUSEADDR. Defaults to falsestatic final String PROPERTY_SOCKET_TCP_NODELAY
SocketOptions.TCP_NODELAY. Defaults to truestatic final String PROPERTY_SOCKET_CONNECTION_TIMEOUT
java.net.Socket#connect(SocketAddress, int) operation.
If not specified, generic PROPERTY_TIMEOUT is used.static final String PROPERTY_CONNECTION_BUFFER_SIZE
8192.static final String PROPERTY_CONNECTION_RETRY_COUNT
org.apache.http.impl.client.DefaultHttpRequestRetryHandler.
Default value is 3static final String PROPERTY_UPDATE_RELEASES
Property for configuration of non-canonical Maven behavior. If set to true,
MavenResolver will use Aether policies to determine whether already available non-SNAPSHOT
artifact should be redownloaded.
Default value is false.
Copyright © 2006–2016 OPS4J - Open Participation Software for Java. All rights reserved.