| 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) |
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 |
|---|---|
void |
IComponentMetaInformationService.completeReload() |
List<MavenArtifact> |
IComponentMetaInformationService.downloadArtifacts(List<MavenArtifact> artifactIds)
Builds a map of "artifact name" - "artifact file" representations
|
Collection<MetaDescription> |
IComponentMetaInformationService.getMetaInformationWithArtifacts(Boolean loadNew)
Lists all exposed components with their Maven artifacts already set.
|
Set<MavenArtifact> |
IComponentMetaInformationService.loadAllArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
JcoreGithubInformationService.completeReload() |
List<MavenArtifact> |
JcoreGithubInformationService.downloadArtifacts(List<MavenArtifact> artifactIds) |
Collection<MetaDescription> |
JcoreGithubInformationService.getMetaInformationWithArtifacts(Boolean loadNew) |
Set<MavenArtifact> |
JcoreGithubInformationService.loadAllArtifacts() |
void |
JCoReUIMAPipeline.storeArtifacts(File directory)
Stores the Maven artifacts in the lib/ directory directly beneath the given pipeline directory.
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.