Modifier and Type | Method and Description |
---|---|
static VersionRange |
VersionRange.createFromVersionSpec(String spec)
Create a version range from a string representation
Some spec examples are
1.0 Version 1.0
[1.0,2.0) Versions 1.0 (included) to 2.0 (not included)
[1.0,2.0] Versions 1.0 to 2.0 (both included)
[1.5,) Versions 1.5 and higher
(,1.0],[1.2,) Versions up to 1.0 (included) and 1.2 or higher
|
Modifier and Type | Method and Description |
---|---|
PluginDescriptor |
PluginManager.loadPluginDescriptor(Plugin plugin,
MavenProject project,
MavenSession session)
Deprecated.
|
PluginDescriptor |
PluginManager.loadPluginFully(Plugin plugin,
MavenProject project,
MavenSession session)
Deprecated.
|
PluginDescriptor |
PluginManager.verifyPlugin(Plugin plugin,
MavenProject project,
Settings settings,
ArtifactRepository localRepository)
Deprecated.
|
Constructor and Description |
---|
PluginLoaderException(Plugin plugin,
String message,
InvalidVersionSpecificationException cause) |
PluginManagerException(Plugin plugin,
InvalidVersionSpecificationException cause) |
Modifier and Type | Method and Description |
---|---|
PluginDescriptor |
DefaultPluginManager.loadPluginDescriptor(Plugin plugin,
MavenProject project,
MavenSession session) |
PluginDescriptor |
DefaultPluginManager.loadPluginFully(Plugin plugin,
MavenProject project,
MavenSession session) |
PluginDescriptor |
DefaultPluginManager.verifyPlugin(Plugin plugin,
MavenProject project,
Settings settings,
ArtifactRepository localRepository) |
Constructor and Description |
---|
InvalidProjectVersionException(String projectId,
String locationInPom,
String offendingVersion,
File pomFile,
InvalidVersionSpecificationException cause) |
Constructor and Description |
---|
InvalidDependencyVersionException(String projectId,
Dependency dependency,
File pomFile,
InvalidVersionSpecificationException cause) |
Modifier and Type | Method and Description |
---|---|
InvalidVersionSpecificationException |
VersionNotFoundException.getCauseException() |
Constructor and Description |
---|
VersionNotFoundException(String projectId,
Dependency dependency,
File pomFile,
InvalidVersionSpecificationException cause) |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.