E G I M O P 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
 
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. looks for a configuration property named localRepository; 2. looks for a framework property/system setting localRepository;
3. looks in settings.xml (see settings.xml resolution);
4. falls back to ${user.home}/.m2/repository.
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.
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.
isReleasesEnabled() - Method in class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
Getter.
isSnapshotsEnabled() - Method in class org.ops4j.pax.url.maven.commons.MavenRepositoryURL
Getter.

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. looks for the specified url 2. if not found looks for ${user.home}/.m2/settings.xml 3. if not found looks for ${maven.home}/conf/settings.xml 4. if not found looks for ${M2_HOME}/conf/settings.xml
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.
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_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_USE_FALLBACK_REPOSITORIES - Static variable in interface org.ops4j.pax.url.maven.commons.MavenConstants
Use fallback repositories switch configuration property name.

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 S T U

Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.