Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifact |
Modifier and Type | Method and Description |
---|---|
Artifact |
Artifact.setPath(Path path)
Set artifact path.
|
Artifact |
DefaultArtifact.setPath(Path path) |
Artifact |
Artifact.setVersion(String version)
Set artifact version.
|
Artifact |
DefaultArtifact.setVersion(String version) |
Modifier and Type | Method and Description |
---|---|
Set<Artifact> |
DependencyExtractionResult.getDependencyArtifacts() |
Modifier and Type | Method and Description |
---|---|
Artifact |
DeploymentRequest.getArtifact() |
Modifier and Type | Method and Description |
---|---|
Map<Artifact,List<Artifact>> |
DeploymentRequest.getDependencies() |
Map<Artifact,List<Artifact>> |
DeploymentRequest.getDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
Artifact... exclusions) |
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
Artifact... exclusions) |
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
List<Artifact> exclusions) |
void |
DeploymentRequest.removeDependency(Artifact dependencyArtifact) |
void |
DeploymentRequest.setArtifact(Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentRequest.addDependency(Artifact dependencyArtifact,
List<Artifact> exclusions) |
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactContext.getArtifact() |
Modifier and Type | Method and Description |
---|---|
Path |
Repository.getPrimaryArtifactPath(Artifact artifact,
ArtifactContext context,
String pattern)
Obtain the preferred path to given artifact in this repository.
|
Constructor and Description |
---|
ArtifactContext(Artifact artifact) |
ArtifactContext(Artifact artifact,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
Artifact |
ResolutionRequest.getArtifact()
Get artifact which resolution is requested.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactBlacklist.add(Artifact artifact) |
boolean |
ArtifactBlacklist.contains(Artifact artifact) |
void |
ResolutionRequest.setArtifact(Artifact artifact)
Set artifact which resolution is requested.
|
Constructor and Description |
---|
ResolutionRequest(Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
Set<Artifact> |
DefaultDependencyMap.relativesOf(Artifact artifact)
Deprecated.
|
Set<Artifact> |
DepmapBasedArtifactBlacklist.setView()
Deprecated.
Enumerate all blacklisted artifacts.
|
List<Artifact> |
DefaultDependencyMap.translate(Artifact artifact)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DepmapBasedArtifactBlacklist.add(Artifact artifact)
Deprecated.
|
void |
DefaultDependencyMap.addMapping(Artifact from,
Artifact to)
Deprecated.
|
boolean |
DepmapBasedArtifactBlacklist.contains(Artifact artifact)
Deprecated.
|
List<RepositoryPath> |
Repository.getArtifactPaths(Artifact artifact)
Deprecated.
Get list of possible paths to given artifact in this repository.
|
List<RepositoryPath> |
Repository.getArtifactPaths(Artifact artifact,
boolean ignoreType)
Deprecated.
Get list of possible paths to given artifact in this repository.
|
RepositoryPath |
Repository.getPrimaryArtifactPath(Artifact artifact)
Deprecated.
Obtain the preferred path to given artifact in this repository.
|
RepositoryPath |
Repository.getPrimaryArtifactPath(Artifact artifact,
boolean ignoreType)
Deprecated.
Obtain the preferred path to given artifact in this repository.
|
Set<Artifact> |
DefaultDependencyMap.relativesOf(Artifact artifact)
Deprecated.
|
List<Artifact> |
DefaultDependencyMap.translate(Artifact artifact)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<RepositoryPath> |
Repository.getArtifactPaths(List<Artifact> artifact)
Deprecated.
Get list of possible paths to given artifacts in this repository.
|
List<RepositoryPath> |
Repository.getArtifactPaths(List<Artifact> artifact,
boolean ignoreType)
Deprecated.
Get list of possible paths to given artifacts in this repository.
|
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactState.getArtifact() |
Modifier and Type | Method and Description |
---|---|
ArtifactInstaller |
ArtifactInstallerFactory.getInstallerFor(Artifact artifact,
Properties properties) |
Constructor and Description |
---|
ArtifactState(Artifact artifact,
ArtifactMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
Artifact |
ResolutionRequestBean.getArtifact() |
Artifact |
ArtifactBean.Adapter.unmarshal(ArtifactBean bean) |
Modifier and Type | Method and Description |
---|---|
ArtifactBean |
ArtifactBean.Adapter.marshal(Artifact artifact) |
void |
ResolutionRequestBean.setArtifact(Artifact artifact) |
Modifier and Type | Field and Description |
---|---|
static Artifact |
ArtifactUtils.DUMMY
Deprecated.
|
static Artifact |
ArtifactUtils.DUMMY_JPP
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactTypeRegistry.createTypedArtifact(String groupId,
String artifactId,
String type,
String customClassifier,
String version) |
static Artifact |
ArtifactUtils.readArtifactDefinition(Path path,
String extension) |
Modifier and Type | Method and Description |
---|---|
static void |
ArtifactUtils.log(org.slf4j.Logger logger,
Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
static String |
ArtifactUtils.collectionToString(Collection<Artifact> set)
Convert a collection of artifacts to a human-readable string.
|
static String |
ArtifactUtils.collectionToString(Collection<Artifact> collection,
boolean multiLine)
Convert a collection of artifacts to a human-readable string.
|
Copyright © 2012-2017 Red Hat, Inc.. All Rights Reserved.