Modifier and Type | Method and Description |
---|---|
static VersionRange |
VersionRange.createFromVersionSpec(java.lang.String spec)
Create a version range from a string representation
|
private static Restriction |
VersionRange.parseRestriction(java.lang.String spec) |
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,
java.lang.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) |
Modifier and Type | Method and Description |
---|---|
private boolean |
JdkPrefixProfileActivator.matchJdkVersionRange(java.lang.String jdk)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
InvalidProjectVersionException.formatMessage(java.lang.String projectId,
java.lang.String locationInPom,
java.lang.String offendingVersion,
InvalidVersionSpecificationException cause) |
Constructor and Description |
---|
InvalidProjectVersionException(java.lang.String projectId,
java.lang.String locationInPom,
java.lang.String offendingVersion,
java.io.File pomFile,
InvalidVersionSpecificationException cause) |
Modifier and Type | Method and Description |
---|---|
private static Artifact |
MavenMetadataSource.createDependencyArtifact(ArtifactFactory factory,
Dependency dependency,
java.lang.String inheritedScope,
ArtifactFilter inheritedFilter) |
Constructor and Description |
---|
InvalidDependencyVersionException(java.lang.String projectId,
Dependency dependency,
java.io.File pomFile,
InvalidVersionSpecificationException cause) |
Modifier and Type | Field and Description |
---|---|
private InvalidVersionSpecificationException |
VersionNotFoundException.cause |
Modifier and Type | Method and Description |
---|---|
InvalidVersionSpecificationException |
VersionNotFoundException.getCauseException() |
Constructor and Description |
---|
VersionNotFoundException(java.lang.String projectId,
Dependency dependency,
java.io.File pomFile,
InvalidVersionSpecificationException cause) |