A C D E F G H I L M N O P R S T U V _ 
All Classes All Packages

A

Activator - Class in org.ops4j.pax.url.mvn.internal
Bundle activator for protocol handlers.
Activator() - Constructor for class org.ops4j.pax.url.mvn.internal.Activator
 
AetherBasedResolver - Class in org.ops4j.pax.url.mvn.internal
Aether based, drop in replacement for mvn protocol
AetherBasedResolver(MavenConfiguration) - Constructor for class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Create a AetherBasedResolver
AetherBasedResolver(MavenConfiguration, MirrorInfo) - Constructor for class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Create a AetherBasedResolver
ATTR_START - Static variable in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 
ATTR_STOP - Static variable in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 

C

chance() - Method in enum org.ops4j.pax.url.mvn.MavenResolver.RetryChance
Ordering information for chances of retry
close() - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
ConfigurableHttpWagon - Class in org.ops4j.pax.url.mvn.internal.wagon
An http wagon provider providing more configuration options through the use of an HttpClient instance.
ConfigurableHttpWagon(CloseableHttpClient, int, int) - Constructor for class org.ops4j.pax.url.mvn.internal.wagon.ConfigurableHttpWagon
 
ConfigurableSettingsDecrypter - Class in org.ops4j.pax.url.mvn.internal
 
ConfigurableSettingsDecrypter(SecDispatcher) - Constructor for class org.ops4j.pax.url.mvn.internal.ConfigurableSettingsDecrypter
 
connect() - Method in class org.ops4j.pax.url.mvn.internal.Connection
Does nothing.
connect(Repository, AuthenticationInfo, ProxyInfoProvider) - Method in class org.ops4j.pax.url.mvn.internal.wagon.ConfigurableHttpWagon
 
Connection - Class in org.ops4j.pax.url.mvn.internal
An URLConnection that supports mvn: protocol.
Syntax:
mvn:[repository_url!]groupId/artifactId[/version[/type]]
where:
- repository_url = an url that points to a maven 2 repository; optional, if not specified the repositories are resolved based on the repository/localRepository.
- groupId = group id of maven artifact; mandatory
- artifactId = artifact id of maven artifact; mandatory
- version = version of maven artifact; optional, if not specified uses LATEST and will try to resolve the version from available maven metadata.
Connection(URL, MavenResolver) - Constructor for class org.ops4j.pax.url.mvn.internal.Connection
Creates a new connection.
contains(String) - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Returns true if the the property was set.
createClient(PropertyResolver, String) - Static method in class org.ops4j.pax.url.mvn.internal.HttpClients
 
createMavenResolver(Dictionary<String, String>, String) - Static method in class org.ops4j.pax.url.mvn.MavenResolvers
 
createMavenResolver(MirrorInfo, Dictionary<String, String>, String) - Static method in class org.ops4j.pax.url.mvn.MavenResolvers
 

D

decrypt(String) - Method in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 

E

enableProxy(URL) - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
 
enableProxy(URL) - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Deprecated.
This method has side-effects and is only used in the "old" resolver.
execute(HttpUriRequest) - Method in class org.ops4j.pax.url.mvn.internal.wagon.ConfigurableHttpWagon
 

F

FILE_SEPARATOR - Static variable in class org.ops4j.pax.url.mvn.internal.Parser
Final artifact path separator.
findAetherException(Exception) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Find top-most Aether exception

G

get(String) - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Returns the property by name.
getArtifact() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact id.
getArtifactLocalMetdataPath() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact local metadata file.
getArtifactMetdataPath() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact metadata file.
getArtifactPath() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact as stated by Maven 2 repository layout.
getArtifactPath(String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact as stated by Maven 2 repository layout.
getAuthCache() - Method in class org.ops4j.pax.url.mvn.internal.wagon.ConfigurableHttpWagon
 
getCertificateCheck() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns true if the certificate should be checked on SSL connection, false otherwise.
getCertificateCheck() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getCipher() - Method in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 
getClassifier() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact classifier.
getConfigurationFile() - Method in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 
getCredentialsProvider() - Method in class org.ops4j.pax.url.mvn.internal.wagon.ConfigurableHttpWagon
 
getDefaultLocalRepository() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getDefaultRepositories() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns a list of default repositories to be searched before any other repositories.
getDefaultRepositories() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Repository is a comma separated list of repositories to be used.
getFile() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Getter.
getGlobalChecksumPolicy() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Global repository update policy.
getGlobalChecksumPolicy() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getGlobalUpdatePolicy() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Global repository update policy.
getGlobalUpdatePolicy() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getGroup() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the group id of the artifact.
getId() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Getter.
getId() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getInputStream() - Method in class org.ops4j.pax.url.mvn.internal.Connection
TODO doc
getLayout() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getLocalRepository() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns the url of local repository.
getLocalRepository() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Resolves local repository directory by using the following resolution:
1.
getMirrorOf() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getMirrorOfLayouts() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getMirrors() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns the mirror settings from settings.xml.
getMirrors() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getName() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getPid() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns PID for properties used by this configuration.
getPid() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getProperty(String, T, Class<T>) - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns generic property by name.
getProperty(String, T, Class<T>) - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getPropertyResolver() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
 
getPropertyResolver() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getProxySettings(String...) - Method in interface org.ops4j.pax.url.mvn.internal.config.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.mvn.internal.config.MavenConfigurationImpl
 
getReleasesChecksumPolicy() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
getReleasesUpdatePolicy() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
getRepositories() - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
getRepositories() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns a list of repositories to be searched.
getRepositories() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Repository is a comma separated list of repositories to be used.
getRepositorySystem() - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
getRepositoryURL() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the repository URL if present, null otherwise
getSecuritySettings() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
 
getSecuritySettings() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getSettings() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
 
getSettings() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getSettingsFileUrl() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns the URL of maven settings file.
getSettingsFileUrl() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Returns the URL of settings file.
getSnapshotPath(String, String, String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact for a snapshot file.
getSnapshotsChecksumPolicy() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
getSnapshotsUpdatePolicy() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
getSnapshotVersion(String, String, String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the version for an artifact for a snapshot version.
getTimeout() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns the read timeout configured in case the maven artifact is retrieved from a remote location.
getTimeout() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getType() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact type.
getUrl() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getURL() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Getter.
getVersion() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact version.
getVersionLocalMetadataPath(String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the path to local metdata file corresponding to this artifact version.
getVersionMetadataPath(String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the path to metdata file corresponding to this artifact version.

H

Handler - Class in org.ops4j.pax.url.mvn
URLStreamHandler implementation for "mvn:" protocol.
Handler() - Constructor for class org.ops4j.pax.url.mvn.Handler
 
HIGH - org.ops4j.pax.url.mvn.MavenResolver.RetryChance
 
HttpClients - Class in org.ops4j.pax.url.mvn.internal
 
HttpClients() - Constructor for class org.ops4j.pax.url.mvn.internal.HttpClients
 

I

initService(ServiceLocator) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManagerFactory
 
isFileRepository() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Getter.
isMulti() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Getter.
isOffline() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
 
isOffline() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
isReleasesEnabled() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Getter.
isRetryableException(Exception) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
isRetryableException(Exception) - Method in interface org.ops4j.pax.url.mvn.MavenResolver
Returns a hint about possible retry of operation that ended with exception
isSnapshotsEnabled() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Getter.
isValid() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 

L

lookup(String) - Method in class org.ops4j.pax.url.mvn.internal.ManualWagonProvider
 
LOW - org.ops4j.pax.url.mvn.MavenResolver.RetryChance
 

M

main(String[]) - Static method in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 
ManualWagonProvider - Class in org.ops4j.pax.url.mvn.internal
Simplistic wagon provider
ManualWagonProvider(CloseableHttpClient, int) - Constructor for class org.ops4j.pax.url.mvn.internal.ManualWagonProvider
 
ManualWagonProvider(CloseableHttpClient, int, int) - Constructor for class org.ops4j.pax.url.mvn.internal.ManualWagonProvider
 
MavenConfiguration - Interface in org.ops4j.pax.url.mvn.internal.config
Handler configuration.
MavenConfigurationImpl - Class in org.ops4j.pax.url.mvn.internal.config
Service Configuration implementation.
MavenConfigurationImpl(PropertyResolver, String) - Constructor for class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Creates a new service configuration.
MavenRepositoryURL - Class in org.ops4j.pax.url.mvn.internal.config
An URL of Maven repository that knows if it contains SNAPSHOT versions and/or releases.
MavenRepositoryURL(String) - Constructor for class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Creates a maven repository URL bases on a string spec.
MavenResolver - Interface in org.ops4j.pax.url.mvn
A maven resolver service
MavenResolver.RetryChance - Enum in org.ops4j.pax.url.mvn
Enumeration of retry hints that may be used by client code when trying to repeat failed resolution attempt
MavenResolvers - Class in org.ops4j.pax.url.mvn
 
MirrorInfo - Class in org.ops4j.pax.url.mvn
Object mirroring Maven's org.apache.maven.settings.Mirror class.
MirrorInfo() - Constructor for class org.ops4j.pax.url.mvn.MirrorInfo
 
MirrorInfo(String, String, String) - Constructor for class org.ops4j.pax.url.mvn.MirrorInfo
 

N

NEVER - org.ops4j.pax.url.mvn.MavenResolver.RetryChance
 
newInstance(RepositorySystemSession, LocalRepository) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManagerFactory
 
newSession() - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 

O

openConnection(URL) - Method in class org.ops4j.pax.url.mvn.Handler
openConnection(URL) - Method in class org.ops4j.pax.url.mvn.internal.Activator
 
OPTION_ALLOW_SNAPSHOTS - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to mark repository as allowing snapshots.
OPTION_CHECKSUM - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
 
OPTION_DISALLOW_RELEASES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to mark repository as not allowing releases.
OPTION_ID - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
segment in repository spec that gives the name of the repo.
OPTION_MULTI - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to mark path as a parent directory of repo directories.
OPTION_RELEASES_CHECKSUM - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
 
OPTION_RELEASES_UPDATE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
 
OPTION_SNAPSHOTS_CHECKSUM - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
 
OPTION_SNAPSHOTS_UPDATE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
 
OPTION_UPDATE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
 
org.ops4j.pax.url.mvn - package org.ops4j.pax.url.mvn
 
org.ops4j.pax.url.mvn.internal - package org.ops4j.pax.url.mvn.internal
 
org.ops4j.pax.url.mvn.internal.config - package org.ops4j.pax.url.mvn.internal.config
 
org.ops4j.pax.url.mvn.internal.wagon - package org.ops4j.pax.url.mvn.internal.wagon
 

P

Parser - Class in org.ops4j.pax.url.mvn.internal
Parser for mvn: protocol.
Parser(String) - Constructor for class org.ops4j.pax.url.mvn.internal.Parser
Creates a new protocol parser.
PaxLocalRepositoryManagerFactory - Class in org.ops4j.pax.url.mvn.internal
 
PaxLocalRepositoryManagerFactory() - Constructor for class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManagerFactory
 
PaxUrlSecDispatcher - Class in org.ops4j.pax.url.mvn.internal
 
PaxUrlSecDispatcher() - Constructor for class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 
PID - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Service PID used for configuration.
PROPERTY_CERTIFICATE_CHECK - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Certificate check configuration property name.
PROPERTY_CONNECTION_BUFFER_SIZE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Configure buffer size for HTTP connections in: org.apache.http.impl.io.SessionInputBufferImpl#buffer org.apache.http.impl.io.SessionOutputBufferImpl#buffer Defaults to 8192.
PROPERTY_CONNECTION_RETRY_COUNT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Configure httpclient's org.apache.http.impl.client.DefaultHttpRequestRetryHandler.
PROPERTY_DEFAULT_REPOSITORIES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
DefaultRepositories configuration property name
PROPERTY_GLOBAL_CHECKSUM_POLICY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Global checksum policy property name.
PROPERTY_GLOBAL_UPDATE_POLICY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Global update policy property name.
PROPERTY_LOCAL_REPO_AS_REMOTE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Add the default local repo (e.g.
PROPERTY_LOCAL_REPOSITORY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
LocalRepository configuration property name.
PROPERTY_MAVEN_MIRROR_URL_ENV - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
If this environmental variable is specified, the value will be used as global Maven mirror (for all repositories)
PROPERTY_MAVEN_MIRROR_URL_SYS - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
If this system property is specified, the value will be used as global Maven mirror (for all repositories)
PROPERTY_OFFLINE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to set maven offline.
PROPERTY_PROXIES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Proxies given via property.
PROPERTY_PROXY_SUPPORT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Proxy support configuration property name.
PROPERTY_PROXY_SUPPORT_DEFAULT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
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.mvn.ServiceConstants
Repositories configuration property name.
PROPERTY_SECURITY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
 
PROPERTY_SETTINGS_FILE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Maven settings file configuration property name.
PROPERTY_SOCKET_CONNECTION_TIMEOUT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Configure connection timeout value for java.net.Socket#connect(SocketAddress, int) operation.
PROPERTY_SOCKET_SO_KEEPALIVE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
PROPERTY_SOCKET_SO_LINGER - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
PROPERTY_SOCKET_SO_REUSEADDRESS - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
PROPERTY_SOCKET_SO_TIMEOUT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
PROPERTY_SOCKET_TCP_NODELAY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
PROPERTY_TIMEOUT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to configure the default timeout; use a default timeout of 5 secs by default.
PROPERTY_UPDATE_RELEASES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Property for configuration of non-canonical Maven behavior.
PROPERTY_USE_FALLBACK_REPOSITORIES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Use fallback repositories switch configuration property name.
PROTOCOL - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
The protocol name.

R

release(Wagon) - Method in class org.ops4j.pax.url.mvn.internal.ManualWagonProvider
 
REQUIRE_CONFIG_ADMIN_CONFIG - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Warning: use only in framework properties.
resolve(String) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
resolve(String) - Method in interface org.ops4j.pax.url.mvn.MavenResolver
Resolve and download a maven based url
resolve(String, Exception) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
resolve(String, Exception) - Method in interface org.ops4j.pax.url.mvn.MavenResolver
Resolve and download a maven based url - possibly as another attempt.
resolve(String, String, String, String, String) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Resolve maven artifact as file in repository.
resolve(String, String, String, String, String) - Method in interface org.ops4j.pax.url.mvn.MavenResolver
Resolve and download an artifact
resolve(String, String, String, String, String, Exception) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
resolve(String, String, String, String, String, Exception) - Method in interface org.ops4j.pax.url.mvn.MavenResolver
Resolve and download an artifact - possibly as another attempt.
resolve(String, String, String, String, String, MavenRepositoryURL, Exception) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Resolve maven artifact as file in repository.
resolve(Artifact) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Resolve maven artifact as file in repository.
resolve(Artifact, MavenRepositoryURL, Exception) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Resolve maven artifact as file in repository.
resolveMetadata(String, String, String, String) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
resolveMetadata(String, String, String, String) - Method in interface org.ops4j.pax.url.mvn.MavenResolver
Resolve the maven metadata xml for the specified groupId:artifactId:version
resolveMetadata(String, String, String, String, Exception) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
resolveMetadata(String, String, String, String, Exception) - Method in interface org.ops4j.pax.url.mvn.MavenResolver
Resolve the maven metadata xml for the specified groupId:artifactId:version - possibly as another attempt.
rootException(Exception) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Find root exception

S

SEPARATOR_OPTIONS - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Options separator in repository url.
ServiceConstants - Interface in org.ops4j.pax.url.mvn
An enumeration of constants related to maven handler.
set(String, T) - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Sets a property.
setCipher(PlexusCipher) - Method in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 
setConfigurationFile(String) - Method in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 
setId(String) - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
setLayout(String) - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
setMirrorOf(String) - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
setMirrorOfLayouts(String) - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
setName(String) - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
setSettings(Settings) - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
setUrl(String) - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
start(BundleContext) - Method in class org.ops4j.pax.url.mvn.internal.Activator
Registers Handler as a wrap: protocol stream handler service and as a configuration managed service if possible.
stop(BundleContext) - Method in class org.ops4j.pax.url.mvn.internal.Activator
Performs cleanup:
* Unregister handler;
* Unregister managed service;
* Release bundle context.
SYSTEM_PROPERTY_SEC_LOCATION - Static variable in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 

T

toString() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
TYPE_ATTR - Static variable in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 

U

UNKNOWN - org.ops4j.pax.url.mvn.MavenResolver.RetryChance
 
updated(Dictionary<String, ?>) - Method in class org.ops4j.pax.url.mvn.internal.Activator
 
upload(String, String, String, String, String, File) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
upload(String, String, String, String, String, File) - Method in interface org.ops4j.pax.url.mvn.MavenResolver
Install the specified artifact in the local repository
uploadMetadata(String, String, String, String, File) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 
uploadMetadata(String, String, String, String, File) - Method in interface org.ops4j.pax.url.mvn.MavenResolver
Install the specified artifact metadata in the local repository
useFallbackRepositories() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns true if the fallback repositories should be used instead of default ones.
useFallbackRepositories() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Returns true if the fallback repositories should be used instead of default ones.

V

valueOf(String) - Static method in enum org.ops4j.pax.url.mvn.MavenResolver.RetryChance
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ops4j.pax.url.mvn.MavenResolver.RetryChance
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_LATEST - Static variable in class org.ops4j.pax.url.mvn.internal.Parser
Default version if none present in the url.

_

_cipher - Variable in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
DefaultHandler
_configurationFile - Variable in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
 
_decryptors - Variable in class org.ops4j.pax.url.mvn.internal.PaxUrlSecDispatcher
All available dispatchers
A C D E F G H I L M N O P R S T U V _ 
All Classes All Packages