A C D F G H I L M O P R S V W

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
 
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

C

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

debug(String) - Method in class org.ops4j.pax.url.mvn.internal.LogAdapter
 
debug(String, Throwable) - Method in class org.ops4j.pax.url.mvn.internal.LogAdapter
 

F

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

G

getArtifact() - Method in class org.ops4j.pax.url.mvn.Parser
Returns the artifact id.
getArtifactLocalMetdataPath() - Method in class org.ops4j.pax.url.mvn.Parser
Returns the complete path to artifact local metadata file.
getArtifactMetdataPath() - Method in class org.ops4j.pax.url.mvn.Parser
Returns the complete path to artifact metadata file.
getArtifactPath() - Method in class org.ops4j.pax.url.mvn.Parser
Returns the complete path to artifact as stated by Maven 2 repository layout.
getArtifactPath(String) - Method in class org.ops4j.pax.url.mvn.Parser
Returns the complete path to artifact as stated by Maven 2 repository layout.
getClassifier() - Method in class org.ops4j.pax.url.mvn.Parser
Returns the artifact classifier.
getGroup() - Method in class org.ops4j.pax.url.mvn.Parser
Returns the group id of the artifact.
getInputStream() - Method in class org.ops4j.pax.url.mvn.internal.Connection
TODO doc
getRepositoryURL() - Method in class org.ops4j.pax.url.mvn.Parser
Returns the repository URL if present, null otherwise
getSnapshotPath(String, String, String) - Method in class org.ops4j.pax.url.mvn.Parser
Returns the complete path to artifact for a snapshot file.
getSnapshotVersion(String, String, String) - Method in class org.ops4j.pax.url.mvn.Parser
Returns the version for an artifact for a snapshot version.
getType() - Method in class org.ops4j.pax.url.mvn.Parser
Returns the artifact type.
getVersion() - Method in class org.ops4j.pax.url.mvn.Parser
Returns the artifact version.
getVersionLocalMetadataPath(String) - Method in class org.ops4j.pax.url.mvn.Parser
Returns the path to local metdata file corresponding to this artifact version.
getVersionMetadataPath(String) - Method in class org.ops4j.pax.url.mvn.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
 

I

isDebugEnabled() - Method in class org.ops4j.pax.url.mvn.internal.LogAdapter
 
isWarnEnabled() - Method in class org.ops4j.pax.url.mvn.internal.LogAdapter
 

L

LogAdapter - Class in org.ops4j.pax.url.mvn.internal
 
LogAdapter() - Constructor for class org.ops4j.pax.url.mvn.internal.LogAdapter
 
lookup(String) - Method in class org.ops4j.pax.url.mvn.internal.ManualWagonProvider
 

M

ManualWagonProvider - Class in org.ops4j.pax.url.mvn.internal
Simplistic wagon provider
ManualWagonProvider(int) - Constructor for class org.ops4j.pax.url.mvn.internal.ManualWagonProvider
 

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
Parser for mvn: protocol.
Parser(String) - Constructor for class org.ops4j.pax.url.mvn.Parser
Creates a new protocol parser.
PID - Static variable in interface org.ops4j.pax.url.mvn.ServiceConstants
Service PID used for configuration.
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
 
resolve(String, String, String, String, String) - Method in class org.ops4j.pax.url.mvn.internal.AetherBasedResolver
 

S

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

V

VERSION_LATEST - Static variable in class org.ops4j.pax.url.mvn.Parser
Default version if none present in the url.

W

warn(String) - Method in class org.ops4j.pax.url.mvn.internal.LogAdapter
 
warn(String, Throwable) - Method in class org.ops4j.pax.url.mvn.internal.LogAdapter
 

A C D F G H I L M O P R S V W

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