Package | Description |
---|---|
org.scijava.minimaven |
Modifier and Type | Field and Description |
---|---|
protected Coordinate |
MavenProject.coordinate |
protected Coordinate |
MavenProject.parentCoordinate |
Modifier and Type | Field and Description |
---|---|
protected List<Coordinate> |
MavenProject.dependencies |
protected List<Coordinate> |
MavenProject.dependencyManagement |
Modifier and Type | Method and Description |
---|---|
Coordinate |
MavenProject.expand(Coordinate dependency) |
Coordinate |
MavenProject.getCoordinate() |
Modifier and Type | Method and Description |
---|---|
List<Coordinate> |
MavenProject.getDirectDependencies() |
Modifier and Type | Method and Description |
---|---|
boolean |
BuildEnvironment.containsProject(Coordinate coordinate) |
protected void |
MavenProject.download(Coordinate dependency,
boolean quiet) |
protected void |
BuildEnvironment.downloadAndVerify(String repositoryURL,
Coordinate dependency,
boolean quiet) |
Coordinate |
MavenProject.expand(Coordinate dependency) |
MavenProject |
BuildEnvironment.fakePOM(File target,
Coordinate dependency) |
protected MavenProject |
MavenProject.findInMultiProjects(Coordinate dependency) |
MavenProject |
MavenProject.findPOM(Coordinate dependency,
boolean quiet,
boolean downloadAutomatically) |
protected boolean |
MavenProject.maybeDownloadAutomatically(Coordinate dependency,
boolean quiet,
boolean downloadAutomatically) |
Copyright © 2015–2022 SciJava. All rights reserved.