| Package | Description |
|---|---|
| org.ops4j.pax.url.mvn.internal | |
| org.ops4j.pax.url.mvn.internal.config |
| Modifier and Type | Method and Description |
|---|---|
MavenRepositoryURL |
Parser.getRepositoryURL()
Returns the repository URL if present, null otherwise
|
| Modifier and Type | Method and Description |
|---|---|
MavenRepositoryURL |
MavenConfigurationImpl.getDefaultLocalRepository() |
MavenRepositoryURL |
MavenConfiguration.getLocalRepository()
Returns the url of local repository.
|
MavenRepositoryURL |
MavenConfigurationImpl.getLocalRepository()
Resolves local repository directory by using the following resolution:
1. |
| Modifier and Type | Method and Description |
|---|---|
List<MavenRepositoryURL> |
MavenConfiguration.getDefaultRepositories()
Returns a list of default repositories to be searched before any other repositories.
|
List<MavenRepositoryURL> |
MavenConfigurationImpl.getDefaultRepositories()
Repository is a comma separated list of repositories to be used.
|
List<MavenRepositoryURL> |
MavenConfiguration.getRepositories()
Returns a list of repositories to be searched.
|
List<MavenRepositoryURL> |
MavenConfigurationImpl.getRepositories()
Repository is a comma separated list of repositories to be used.
|
Copyright © 2006-2014 OPS4J - Open Participation Software for Java. All Rights Reserved.