public class MavenLicenseOracle extends Object
| Constructor and Description |
|---|
MavenLicenseOracle(org.apache.maven.plugin.logging.Log log,
Path localRepo) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getArtifact(Coordinates coords) |
Path |
getArtifactOld(Coordinates coords) |
List<org.apache.maven.model.License> |
getMavenLicense(Coordinates coo) |
Path |
getPom(Coordinates coords) |
Path |
getSrc(Coordinates coords) |
public MavenLicenseOracle(org.apache.maven.plugin.logging.Log log,
Path localRepo)
public List<org.apache.maven.model.License> getMavenLicense(Coordinates coo)
public Path getPom(Coordinates coords)
public Path getArtifactOld(Coordinates coords)
public Path getArtifact(Coordinates coords)
public Path getSrc(Coordinates coords)
Copyright © 2016. All rights reserved.