| Package | Description |
|---|---|
| io.fabric8.maven | |
| io.fabric8.maven.impl |
| Modifier and Type | Method and Description |
|---|---|
File |
MavenProxy.download(String path)
Downloads a
File from the MavenProxy. |
boolean |
MavenProxy.upload(InputStream is,
String path)
Upload a
File to the MavenProxy. |
| Modifier and Type | Method and Description |
|---|---|
protected org.sonatype.aether.artifact.Artifact |
MavenProxyServletSupport.convertPathToArtifact(String path)
Converts the path of the request to an
Artifact. |
protected org.sonatype.aether.metadata.Metadata |
MavenProxyServletSupport.convertPathToMetadata(String path)
Converts the path of the request to
Metadata. |
protected String |
MavenProxyServletSupport.convertToMavenUrl(String path)
Converts the path of the request to maven coords.
|
File |
MavenProxyServletSupport.download(String path) |
boolean |
MavenProxyServletSupport.upload(InputStream is,
String path) |
Copyright © 2011–2014 Red Hat. All rights reserved.