Modifier and Type | Method and Description |
---|---|
static ScopeType |
ScopeType.fromScopeType(String scopeName)
Maps a string to ScopeType
|
ScopeType |
MavenArtifactInfo.getScope()
Returns the scope information of this artifact
|
static ScopeType |
ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeType[] |
ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RESOLVESTAGETYPE |
PomEquippedResolveStageBase.importDependencies(ScopeType... scopes)
Adds all dependencies defined in imported POM file included in selected scopes for resolution
|
Modifier and Type | Method and Description |
---|---|
ScopeType |
MavenDependency.getScope()
Returns the scope for this
MavenDependency . |
Modifier and Type | Method and Description |
---|---|
static MavenDependency |
MavenDependencies.createDependency(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new
MavenDependency instance from the specified properties. |
static MavenDependency |
MavenDependencies.createDependency(String canonicalForm,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new
MavenDependency instance from the specified, required canonical form in format
<groupId>:<artifactId>[:<packagingType>[:<classifier>]][:<version>] , with the additional, optional
properties. |
Constructor and Description |
---|
ScopeFilter(ScopeType... scopes)
Creates a filter which accepts all artifacts which have scope matching one of those specified here.
|
Modifier and Type | Method and Description |
---|---|
ScopeType[] |
TransitiveExclusionPolicy.getFilteredScopes()
Returns the
ScopeType s which should be filtered out of transitive dependencies and thus not included
during resolution. |
ScopeType[] |
DefaultTransitiveExclusionPolicy.getFilteredScopes()
Returns the
ScopeType s which should be filtered out of transitive dependencies and thus not included
during resolution. |
Constructor and Description |
---|
AcceptScopesStrategy(ScopeType... scopes)
Creates a new instance allowing only the specified
ScopeType s to pass through the
AcceptScopesStrategy.getResolutionFilters() |
Modifier and Type | Field and Description |
---|---|
protected ScopeType |
MavenArtifactInfoImpl.scopeType |
Modifier and Type | Method and Description |
---|---|
ScopeType |
MavenArtifactInfoImpl.getScope() |
Modifier and Type | Method and Description |
---|---|
EQUIPPEDRESOLVESTAGETYPE |
PomEquippedResolveStageBaseImpl.importAnyDependencies(ScopeType... scopes) |
EQUIPPEDRESOLVESTAGETYPE |
PomEquippedResolveStageBaseImpl.importDependencies(ScopeType... scopes) |
Constructor and Description |
---|
MavenArtifactInfoImpl(org.eclipse.aether.artifact.Artifact artifact,
ScopeType scopeType,
List<org.eclipse.aether.graph.DependencyNode> children,
boolean optional) |
MavenArtifactInfoImpl(MavenCoordinate mavenCoordinate,
String resolvedVersion,
boolean snapshotVersion,
String extension,
ScopeType scopeType,
MavenArtifactInfo[] dependencies,
boolean optional) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCompilingProcessor<ARCHIVETYPE> |
AbstractCompilingProcessor.compile(File inputDirectory,
File outputDirectory,
ScopeType... scopes) |
Modifier and Type | Method and Description |
---|---|
ScopeType |
MavenDependencyImpl.getScope()
Returns the scope for this
MavenDependency . |
Constructor and Description |
---|
MavenDependencyImpl(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
boolean undeclaredScope,
MavenDependencyExclusion... exclusions)
Creates a new instance with the specified properties.
|
MavenDependencyImpl(MavenCoordinate coordinate,
ScopeType scope,
boolean optional,
MavenDependencyExclusion... exclusions)
Creates a new instance with the specified properties.
|
Constructor and Description |
---|
AddScopedDependenciesTask(ScopeType... scopes)
Creates a task which will include all dependencies based on passed scopes
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.