|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use MavenComponents | |
---|---|
eu.lindenbaum.maven | |
eu.lindenbaum.maven.util |
Uses of MavenComponents in eu.lindenbaum.maven |
---|
Classes in eu.lindenbaum.maven that implement MavenComponents | |
---|---|
class |
MavenComponentsImpl
Implementation of the MavenComponents bean that provides maven
components to be used by the plugin. |
Methods in eu.lindenbaum.maven that return MavenComponents | |
---|---|
MavenComponents |
Properties.components()
Returns the MavenComponents that are available to the plugin. |
Uses of MavenComponents in eu.lindenbaum.maven.util |
---|
Methods in eu.lindenbaum.maven.util with parameters of type MavenComponents | |
---|---|
static org.apache.maven.artifact.Artifact |
MavenUtils.getArtifact(org.apache.maven.artifact.Artifact from,
String version,
MavenComponents components)
Returns an Artifact object of a specific Artifact with a
specific version. |
static File |
MavenUtils.getArtifactFile(org.apache.maven.artifact.Artifact artifact,
MavenComponents components)
Returns an (existing) file pointing to an Artifact of an
ArtifactRepository . |
static Set<org.apache.maven.artifact.versioning.ArtifactVersion> |
MavenUtils.getAvailableVersions(org.apache.maven.artifact.Artifact artifact,
MavenComponents components)
Returns a Set of available versions for an artifact in the given
repositories. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |