- 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
-
- 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
-
- 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.
- getInputStream() - Method in class org.ops4j.pax.url.mvn.internal.Connection
-
TODO doc
- 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. 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.
- 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
-
- 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 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.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.
- 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.
- 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_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. ~/.m2/repository) as a remote repo.
- PROPERTY_LOCAL_REPOSITORY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
-
LocalRepository configuration property name.
- 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_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_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.