Package | Description |
---|---|
io.fabric8.agent.download | |
io.fabric8.agent.mvn |
Constructor and Description |
---|
MavenDownloadTask(java.lang.String url,
MavenRepositoryURL cache,
MavenRepositoryURL system,
MavenConfiguration configuration,
java.util.concurrent.ExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
MavenRepositoryURL |
MavenConfiguration.getLocalRepository()
Returns the url of local repository.
|
MavenRepositoryURL |
MavenConfigurationImpl.getLocalRepository()
Resolves local repository directory by using the following resolution:
1. |
MavenRepositoryURL |
Parser.getRepositoryURL()
Returns the repository URL if present, null otherwise
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MavenRepositoryURL> |
MavenConfiguration.getDefaultRepositories()
Returns a list of default repositories to be searched before any other repositories.
|
java.util.List<MavenRepositoryURL> |
MavenConfigurationImpl.getDefaultRepositories()
Repository is a comma separated list of repositories to be used.
|
java.util.List<MavenRepositoryURL> |
MavenConfiguration.getRepositories()
Returns a list of repositories to be searched.
|
java.util.List<MavenRepositoryURL> |
MavenConfigurationImpl.getRepositories()
Repository is a comma separated list of repositories to be used.
|
Copyright © 2014 Red Hat. All Rights Reserved.