A C 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
 
add(RepositorySystemSession, LocalArtifactRegistration) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
add(RepositorySystemSession, LocalMetadataRegistration) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
AetherBasedResolver - Class in org.ops4j.pax.url.mvn.internal
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
AetherBasedResolver.LocalRepositoryWithConfig - Class in org.ops4j.pax.url.mvn.internal
Combination of LocalRepository and MavenRepositoryURL
assignMirrorsAndProxies(RepositorySystemSession, List<RemoteRepository>) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Pax URL 2.6 manually checked mirros, proxies and authentication configuration to replace list of target repositories with mirrored/proxied ones.

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
 
connect() - Method in class org.ops4j.pax.url.mvn.internal.Connection
Does nothing.
Connection - Class in org.ops4j.pax.url.mvn.internal
An URLConnection that supports mvn: protocol.
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.
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
 

E

ENV_MAVEN_MIRROR_URL - 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 - <mirrorOf>*</mirrorOf>), replacing all mirrors configured in external settings file.

F

FILE_SEPARATOR - Static variable in class org.ops4j.pax.url.mvn.internal.Parser
Final artifact path separator.
find(RepositorySystemSession, LocalArtifactRequest) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
find(RepositorySystemSession, LocalMetadataRequest) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
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.
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
 
getChecksumPolicyProvider() - Method in class org.ops4j.pax.url.mvn.internal.PaxRepositorySystemSupplier
 
getClassifier() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact classifier.
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
 
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
 
getLayout() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getLocalMavenRepositoryURL() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns the MavenRepositoryURL for Maven local repository.
getLocalMavenRepositoryURL() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getLocalRepository() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns the directory for Maven local repository.
getLocalRepository() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Returns local repository directory by using the following resolution: looks for a configuration property named localRepository looks for a framework property/system setting localRepository looks in settings.xml (see settings.xml resolution) looks for system property maven.repo.local (PAXURL-231) falls back to ${user.home}/.m2/repository Returns the directory for Maven local repository.
getLocalRepositoryProvider(LocalPathComposer, TrackingFileManager, LocalPathPrefixComposerFactory) - Method in class org.ops4j.pax.url.mvn.internal.PaxRepositorySystemSupplier
 
getMirrorOf() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getMirrorOfLayouts() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getName() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getPassword() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
getPathForLocalArtifact(Artifact) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
getPathForLocalMetadata(Metadata) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
getPathForRemoteArtifact(Artifact, RemoteRepository, String) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
getPathForRemoteMetadata(Metadata, RemoteRepository, String) - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
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
 
getPriority() - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManagerFactory
 
getProperty(String, T, Class<T>) - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns generic property by name and type.
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
Returns a PropertyResolver backing up this configuration object.
getPropertyResolver() - 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
 
getRemoteRepositoryManager(UpdatePolicyAnalyzer, ChecksumPolicyProvider) - Method in class org.ops4j.pax.url.mvn.internal.PaxRepositorySystemSupplier
 
getRepositories() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns a list of remote repositories to be searched.
getRepositories() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getRepository() - Method in class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
getRepositoryURL() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the repository URL if present, null otherwise
getSecuritySettingsFile() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns the location of settings-security.xml file used.
getSecuritySettingsFile() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getSettings() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns Maven Settings object with decrypted values.
getSettings() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getSettingsFile() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Returns the location of settings.xml file used.
getSettingsFile() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
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.
getSplitLocalPrefix() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
getSplitReleasesPrefix() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
getSplitRemotePrefix() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
getSplitSnapshotsPrefix() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
getTimeout() - Method in interface org.ops4j.pax.url.mvn.internal.config.MavenConfiguration
Deprecated.
use dedicated PID/config/system properties or configure timeouts in settings.xml
getTimeout() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 
getTransporterFactories(Map<String, ChecksumExtractor>) - Method in class org.ops4j.pax.url.mvn.internal.PaxRepositorySystemSupplier
 
getType() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact type.
getUpdatePolicyAnalyzer() - Method in class org.ops4j.pax.url.mvn.internal.PaxRepositorySystemSupplier
 
getURI() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Getter.
getUrl() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
getUsername() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
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
 

I

isBlocked() - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
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
Whether DefaultRepositorySystemSession.setOffline(boolean) should be set to true.
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.
isSplit() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
isSplitLocal() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
isSplitRemote() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
isSplitRemoteRepository() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
isSplitRemoteRepositoryLast() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
 
isValid() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
Should the configuration be used at all?

L

LOW - org.ops4j.pax.url.mvn.MavenResolver.RetryChance
 

M

MavenConfiguration - Interface in org.ops4j.pax.url.mvn.internal.config
A configuration interface representing backend dictionary-based configuration (like ConfigurationAdmin PID).
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 Maven configuration.
MavenRepositoryURL - Class in org.ops4j.pax.url.mvn.internal.config
An URL-like information about Maven repository (local, default or remote) used in Pax URL Aether.
MavenRepositoryURL(String) - Constructor for class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Creates a maven repository URL bases on a string spec.
MavenRepositoryURL(MavenRepositoryURL, File) - Constructor for class org.ops4j.pax.url.mvn.internal.config.MavenRepositoryURL
Create repository URL with other repositor URL as parent and child which should be child directory of parent.
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
 

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 to specify release/snapshot checksum policy for the repository.
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 local directory as a parent directory containing individual file-based repositories.
OPTION_RELEASES_CHECKSUM - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to specify release checksum policy for the repository.
OPTION_RELEASES_UPDATE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to specify release update policy for the repository.
OPTION_SNAPSHOTS_CHECKSUM - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to specify snapshot checksum policy for the repository.
OPTION_SNAPSHOTS_UPDATE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to specify snapshot update policy for the repository.
OPTION_SPLIT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to enable split local repository for cached (remote) and local (installed) artifacts.
OPTION_SPLIT_LOCAL - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to enable further splitting of locally installed subdirectory within a local repository to release and snapshot versions.
OPTION_SPLIT_LOCAL_PREFIX - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Subdirectory for split installed (local) artifacts in local repository.
OPTION_SPLIT_RELEASES_PREFIX - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Subdirectory for split installed and cached non-snapshot artifacts in local repository.
OPTION_SPLIT_REMOTE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to enable further splitting of remote cached subdirectory within a local repository to release and snapshot versions.
OPTION_SPLIT_REMOTE_PREFIX - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Subdirectory for split cached (remote) artifacts in local repository.
OPTION_SPLIT_REMOTE_REPOSITORY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to enable further splitting of remote cached subdirectory of local repository by origin remote repository ID.
OPTION_SPLIT_REMOTE_REPOSITORY_LAST - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
If split by remote repository id is effective, whether to use remote repository ID after (when true) of before (when false) the split segment for releases/snapshots.
OPTION_SPLIT_SNAPSHOTS_PREFIX - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Subdirectory for split installed and cached snapshot artifacts in local repository.
OPTION_UPDATE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to specify release/snapshot update policy for the repository.
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
 

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.
PaxLocalRepositoryManager - Class in org.ops4j.pax.url.mvn.internal
 
PaxLocalRepositoryManager(File, LocalRepositoryManager, UpdatePolicyAnalyzer, RemoteRepositoryManager, TrackingFileManager) - Constructor for class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
PaxLocalRepositoryManagerFactory - Class in org.ops4j.pax.url.mvn.internal
 
PaxLocalRepositoryManagerFactory(LocalPathComposer, TrackingFileManager, LocalPathPrefixComposerFactory, UpdatePolicyAnalyzer, RemoteRepositoryManager) - Constructor for class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManagerFactory
 
PaxRepositorySystemSupplier - Class in org.ops4j.pax.url.mvn.internal
Extension of RepositorySystemSupplier to provide enhanced and Pax URL specific functionality to the Maven Resolver if needed.
PaxRepositorySystemSupplier() - Constructor for class org.ops4j.pax.url.mvn.internal.PaxRepositorySystemSupplier
 
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_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 (values: ignore, warn, fail).
PROPERTY_GLOBAL_UPDATE_POLICY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Global update policy property name (values: never, daily, always or interval:N (minutes)).
PROPERTY_LOCAL_REPOSITORY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Directory name (or URL, but only with file: scheme) for Maven local repository used.
PROPERTY_LOCAL_REPOSITORY_SPLIT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to enable split local repository for cached (remote) and local (installed) artifacts.
PROPERTY_LOCAL_REPOSITORY_SPLIT_LOCAL - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to enable further splitting of locally installed subdirectory within a local repository to release and snapshot versions.
PROPERTY_LOCAL_REPOSITORY_SPLIT_LOCAL_PREFIX - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Subdirectory for split installed (local) artifacts in local repository.
PROPERTY_LOCAL_REPOSITORY_SPLIT_LOCAL_RELEASES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Subdirectory for split installed and cached non-snapshot artifacts in local repository.
PROPERTY_LOCAL_REPOSITORY_SPLIT_LOCAL_SNAPSHOTS - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Subdirectory for split installed and cached snapshot artifacts in local repository.
PROPERTY_LOCAL_REPOSITORY_SPLIT_REMOTE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to enable further splitting of remote cached subdirectory within a local repository to release and snapshot versions.
PROPERTY_LOCAL_REPOSITORY_SPLIT_REMOTE_PREFIX - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Subdirectory for split cached (remote) artifacts in local repository.
PROPERTY_LOCAL_REPOSITORY_SPLIT_REMOTE_REPOSITORY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Option to enable further splitting of remote cached subdirectory of local repository by origin remote repository ID.
PROPERTY_LOCAL_REPOSITORY_SPLIT_REMOTE_REPOSITORY_LAST - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
If split by remote repository id is effective, whether to use remote repository ID after (when true) of before (when false) the split segment for releases/snapshots.
PROPERTY_LOCAL_REPOSITORY_URL - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Property to store MavenRepositoryURL representing configured local repository.
PROPERTY_OFFLINE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Should Maven Resolver work in offline mode?
PROPERTY_REPOSITORIES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Repositories configuration property name.
PROPERTY_SETTINGS_FILE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
File name (or URL, but only with file: scheme) for external settings.xml file.
PROPERTY_SETTINGS_SECURITY_FILE - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
File name (or URL, but only with file: scheme) for external settings-security.xml file.
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_TIMEOUT - 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 class org.ops4j.pax.url.mvn.internal.PaxLocalRepositoryManager
 
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
Specify whether to use Maven Central as fallback repository (in addition to other configured repositories).
PROPERTY_USE_SYSTEM_PROPERTIES - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
If set to true, system properties like http.proxyHost, http.proxyPort (and related) will be used to create Maven proxies and to configure Maven Resolver's aether.connector.http.useSystemProperties property for HttpClient 4 (maven-resolver-transport-http).
PROTOCOL - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
The protocol name.

R

REQUIRE_CONFIG_ADMIN_CONFIG - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
If present, entire configuration is rejected.
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(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 artifact, possibly checking extra (comparing to configured repositories) MavenRepositoryURL obtained from mvn: URI.
resolve(List<AetherBasedResolver.LocalRepositoryWithConfig>, List<RemoteRepository>, Artifact) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Main resolution method that operates on passed default and remote repositories and doesn't determine the checked repositories on its own.
resolve(Artifact, MavenRepositoryURL, Exception) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
Main resolution method that resolves artifact using data from Artifact and repositories prepared from global configuration.
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.
setBlocked(boolean) - Method in class org.ops4j.pax.url.mvn.MirrorInfo
 
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.
SYS_MAVEN_MIRROR_URL - 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 - <mirrorOf>*</mirrorOf>), replacing all mirrors configured in external settings file.

T

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

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 Maven Central should be added as fallback repository in addition to other configured repositories.Default value is true.
useFallbackRepositories() - Method in class org.ops4j.pax.url.mvn.internal.config.MavenConfigurationImpl
 

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.
A C E F G H I L M N O P R S T U V 
All Classes All Packages