Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
E
G
I
M
O
P
R
S
T
U
E
enableProxy(URL)
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
enableProxy(URL)
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
Deprecated.
This method has side-effects and is only used in the "old" resolver.
G
getCertificateCheck()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
Returns true if the certificate should be checked on SSL connection, false otherwise.
getCertificateCheck()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
getDefaultLocalRepository()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
getDefaultRepositories()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
Returns a list of default repositories to be searched before any other repositories.
getDefaultRepositories()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
Repository is a comma separated list of repositories to be used.
getFile()
- Method in class org.ops4j.pax.url.maven.commons.
MavenRepositoryURL
Getter.
getId()
- Method in class org.ops4j.pax.url.maven.commons.
MavenRepositoryURL
Getter.
getLocalRepository()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
Returns the url of local repository.
getLocalRepository()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
Resolves local repository directory by using the following resolution:
1.
getLocalRepository()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenSettings
Returns the local repository directory from settings.xml.
getLocalRepository()
- Method in class org.ops4j.pax.url.maven.commons.
MavenSettingsImpl
Returns the local repository directory from settings.xml.
getMirrors()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
Returns the mirror settings from settings.xml.
getMirrors()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
getMirrorSettings()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenSettings
Returns the mirror settings from settings.xml.
getMirrorSettings()
- Method in class org.ops4j.pax.url.maven.commons.
MavenSettingsImpl
getProxySettings(String...)
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
Returns the active proxy settings from settings.xml The fields are user, pass, host, port, nonProxyHosts, protocol.
getProxySettings(String...)
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
getProxySettings()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenSettings
Returns the active proxy settings from settings.xml The fields are user, pass, host, port, nonProxyHosts, protocol.
getProxySettings()
- Method in class org.ops4j.pax.url.maven.commons.
MavenSettingsImpl
Returns the active proxy settings from settings.xml
getRepositories()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
Returns a list of repositories to be searched.
getRepositories()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
Repository is a comma separated list of repositories to be used.
getRepositories()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenSettings
Gets the list of repositories from settings.xml.
getRepositories()
- Method in class org.ops4j.pax.url.maven.commons.
MavenSettingsImpl
Gets the list of repositories from settings.xml.
getSettingsFileUrl()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
Returns the URL of maven settings file.
getSettingsFileUrl()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
Returns the URL of settings file.
getTimeout()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
Returns the timeout configured in case the maven artifact is retrieved from a remote location.
getTimeout()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
getURL()
- Method in class org.ops4j.pax.url.maven.commons.
MavenRepositoryURL
Getter.
I
isFileRepository()
- Method in class org.ops4j.pax.url.maven.commons.
MavenRepositoryURL
Getter.
isMulti()
- Method in class org.ops4j.pax.url.maven.commons.
MavenRepositoryURL
Getter.
isReleasesEnabled()
- Method in class org.ops4j.pax.url.maven.commons.
MavenRepositoryURL
Getter.
isSnapshotsEnabled()
- Method in class org.ops4j.pax.url.maven.commons.
MavenRepositoryURL
Getter.
isValid()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
M
MavenConfiguration
- Interface in
org.ops4j.pax.url.maven.commons
Handler configuration.
MavenConfigurationImpl
- Class in
org.ops4j.pax.url.maven.commons
Service Configuration implementation.
MavenConfigurationImpl(PropertyResolver, String)
- Constructor for class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
Creates a new service configuration.
MavenConstants
- Interface in
org.ops4j.pax.url.maven.commons
An enumeration of constants related to maven handler.
MavenRepositoryURL
- Class in
org.ops4j.pax.url.maven.commons
An URL of Maven repository that knows if it contains SNAPSHOT versions and/or releases.
MavenRepositoryURL(String)
- Constructor for class org.ops4j.pax.url.maven.commons.
MavenRepositoryURL
Creates a maven repository URL bases on a string spec.
MavenSettings
- Interface in
org.ops4j.pax.url.maven.commons
Abstracts access to maven settings.xml.
MavenSettingsImpl
- Class in
org.ops4j.pax.url.maven.commons
Default implementation of Settings.
MavenSettingsImpl(URL, boolean)
- Constructor for class org.ops4j.pax.url.maven.commons.
MavenSettingsImpl
Creates new settings with the following resolution:
1.
MavenSettingsImpl(URL)
- Constructor for class org.ops4j.pax.url.maven.commons.
MavenSettingsImpl
See
MavenSettingsImpl.MavenSettingsImpl(java.net.URL, boolean)
.
O
OPTION_ALLOW_SNAPSHOTS
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Option to mark repository as allowing snapshots.
OPTION_DISALLOW_RELEASES
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Option to mark repository as not allowing releases.
OPTION_ID
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
segment in repository spec that gives the name of the repo.
OPTION_MULTI
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Option to mark path as a parent directory of repo directories.
org.ops4j.pax.url.maven.commons
- package org.ops4j.pax.url.maven.commons
P
PROPERTY_CERTIFICATE_CHECK
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Certificate check configuration property name.
PROPERTY_DEFAULT_REPOSITORIES
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
DefaultRepositories configuration property name
PROPERTY_LOCAL_REPO_AS_REMOTE
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Add the default local repo (e.g.
PROPERTY_LOCAL_REPOSITORY
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
LocalRepository configuration property name.
PROPERTY_PROXIES
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Proxies given via property.
PROPERTY_PROXY_SUPPORT
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Proxy support configuration property name.
PROPERTY_PROXY_SUPPORT_DEFAULT
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Default enable proxies or not if property PROPERTY_PROXY_SUPPORT is not set at all.
PROPERTY_REPOSITORIES
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Repositories configuration property name.
PROPERTY_SETTINGS_FILE
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Maven settings file configuration property name.
PROPERTY_TIMEOUT
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Option to configure the default timeout; use a default timeout of 5 secs by default.
PROPERTY_USE_FALLBACK_REPOSITORIES
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Use fallback repositories switch configuration property name.
R
REQUIRE_CONFIG_ADMIN_CONFIG
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Warning: use only in framework properties.
S
SEPARATOR_OPTIONS
- Static variable in interface org.ops4j.pax.url.maven.commons.
MavenConstants
Options separator in repository url.
setSettings(MavenSettings)
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
Sets maven settings abstraction.
T
toString()
- Method in class org.ops4j.pax.url.maven.commons.
MavenRepositoryURL
U
useFallbackRepositories()
- Method in interface org.ops4j.pax.url.maven.commons.
MavenConfiguration
Returns true if the fallback repositories should be used instead of default ones.
useFallbackRepositories()
- Method in class org.ops4j.pax.url.maven.commons.
MavenConfigurationImpl
Returns true if the fallback repositories should be used instead of default ones.
E
G
I
M
O
P
R
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2012
OPS4J - Open Participation Software for Java
. All Rights Reserved.