A C D E F G H I O P S T

A

Activator - Class in org.ops4j.pax.url.mvn.internal
Bundle activator for mvn: protocol handler.
Activator() - Constructor for class org.ops4j.pax.url.mvn.internal.Activator
 
AetherBridgeConnection - Class in org.ops4j.pax.url.mvn.internal
Tries to resolve with Aether if installed.
AetherBridgeConnection(URL, URLConnection) - Constructor for class org.ops4j.pax.url.mvn.internal.AetherBridgeConnection
Constructs a URL connection to the specified URL.

C

connect() - Method in class org.ops4j.pax.url.mvn.internal.AetherBridgeConnection
 
connect() - Method in class org.ops4j.pax.url.mvn.internal.Connection
Does nothing.
Connection - Class in org.ops4j.pax.url.mvn.internal
An URLConnextion 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 sepecified 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, MavenConfiguration) - Constructor for class org.ops4j.pax.url.mvn.internal.Connection
Creates a new connection.

D

DownloadableArtifact - Class in org.ops4j.pax.url.mvn.internal
An artifact that can be downloaded.

E

equals(Object) - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
 

F

FILE_SEPARATOR - Static variable in class org.ops4j.pax.url.mvn.internal.Parser
Final artifact path separator.

G

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.
getArtifactURL() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
Getter.
getClassifier() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact classifier.
getGroup() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the group id of the artifact.
getInputStream() - Method in class org.ops4j.pax.url.mvn.internal.AetherBridgeConnection
 
getInputStream() - Method in class org.ops4j.pax.url.mvn.internal.Connection
Returns the input stream denoted by the url.
If the url does not contain a repository the resource is searched in every repository if available, in the order provided by the repository setting.
getPriority() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
Getter.
getRepositoryURL() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the repository URL if present, null otherwise
getSnapshotPath(String, String, String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the complete path to artifact for a snapshot file.
getSnapshotVersion(String, String, String) - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the version for an artifact for a snapshot version.
getType() - Method in class org.ops4j.pax.url.mvn.internal.Parser
Returns the artifact type.
getVersion() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
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
 
hashCode() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
 

I

isLocalSnapshotBuild() - Method in class org.ops4j.pax.url.mvn.internal.DownloadableArtifact
Getter.

O

openConnection(URL) - Method in class org.ops4j.pax.url.mvn.Handler
org.ops4j.pax.url.mvn - package org.ops4j.pax.url.mvn
 
org.ops4j.pax.url.mvn.internal - package org.ops4j.pax.url.mvn.internal
 

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.
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_LOCAL_REPOSITORY - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
LocalRepository configuration property name.
PROPERTY_PROXY_SUPPORT - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Proxy support configuration property name.
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
Maven settings file configuration property name.
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.

S

ServiceConstants - Interface in org.ops4j.pax.url.mvn
An enumeration of constants related to maven handler.

T

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

A C D E F G H I O P S T

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