| Package | Description |
|---|---|
| de.julielab.jcore.pipeline.builder.base.connectors | |
| de.julielab.jcore.pipeline.builder.base.interfaces | |
| de.julielab.jcore.pipeline.builder.base.main |
| Modifier and Type | Method and Description |
|---|---|
static MavenArtifact |
MavenConnector.getArtifactByAether(MavenArtifact artifact) |
static MavenArtifact |
MavenConnector.getArtifactByAether(MavenArtifact a,
File localRepository) |
| Modifier and Type | Method and Description |
|---|---|
static MavenArtifact |
MavenConnector.getArtifactByAether(MavenArtifact artifact) |
static MavenArtifact |
MavenConnector.getArtifactByAether(MavenArtifact a,
File localRepository) |
static java.util.stream.Stream<org.eclipse.aether.artifact.Artifact> |
MavenConnector.getDependencies(MavenArtifact requestedArtifact)
Retrieves the dependency tree that has
requestedArtifact as its root. |
static String |
MavenConnector.getNewestVersion(MavenArtifact requestedArtifact)
Retrieves all available versions of the given artifact and returns the newest one or null, if no version is available.
|
static java.util.stream.Stream<String> |
MavenConnector.getVersions(MavenArtifact requestedArtifact)
Returns all available versions of the given artifact.
|
static java.util.stream.Stream<String> |
MavenConnector.getVersions(MavenArtifact requestedArtifact,
String lowerBound,
String upperBound,
boolean lowerInclusive,
boolean upperInclusive)
Retrieves all versions of the given artifact - whose given version is ignored in this method - that are available
within the described version range.
|
static void |
MavenConnector.storeArtifactWithDependencies(MavenArtifact requestedArtifact,
File libDir) |
| Modifier and Type | Method and Description |
|---|---|
MavenArtifact |
IMetaDescription.getMavenArtifact() |
| Modifier and Type | Method and Description |
|---|---|
List<MavenArtifact> |
IComponentMetaInformationService.downloadArtifacts(List<MavenArtifact> artifactIds)
Builds a map of "artifact name" - "artifact file" representations
|
Set<MavenArtifact> |
IComponentMetaInformationService.getArtifacts() |
Set<MavenArtifact> |
IComponentMetaInformationService.loadAllArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
List<MavenArtifact> |
IComponentMetaInformationService.downloadArtifacts(List<MavenArtifact> artifactIds)
Builds a map of "artifact name" - "artifact file" representations
|
| Modifier and Type | Method and Description |
|---|---|
MavenArtifact |
MetaDescription.getMavenArtifact() |
| Modifier and Type | Method and Description |
|---|---|
List<MavenArtifact> |
JcoreGithubInformationService.downloadArtifacts(List<MavenArtifact> artifactIds) |
Set<MavenArtifact> |
JcoreGithubInformationService.getArtifacts() |
Set<MavenArtifact> |
JcoreGithubInformationService.loadAllArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaDescription.setArtifact(MavenArtifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
List<MavenArtifact> |
JcoreGithubInformationService.downloadArtifacts(List<MavenArtifact> artifactIds) |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.