public class MavenProjects extends Object
Constructor and Description |
---|
MavenProjects() |
Modifier and Type | Method and Description |
---|---|
static MavenProjectConsumer |
addTo(Set<MavenProject> set) |
static Artifact |
findArtifactByClassifier(MavenProject mavenProject,
String classifier) |
static MavenProjectConsumer |
log(org.codehaus.plexus.logging.Logger logger) |
static void |
select(Iterable<MavenProject> source,
String packagingType,
MavenProjectConsumer consumer) |
static void |
select(Iterable<MavenProject> source,
String packagingType,
MavenProjectConsumer include,
MavenProjectConsumer excluded) |
static void |
without(Iterable<MavenProject> source,
String packagingType,
MavenProjectConsumer consumer) |
public static void without(Iterable<MavenProject> source, String packagingType, MavenProjectConsumer consumer)
public static void select(Iterable<MavenProject> source, String packagingType, MavenProjectConsumer consumer)
public static void select(Iterable<MavenProject> source, String packagingType, MavenProjectConsumer include, MavenProjectConsumer excluded)
@Nullable public static Artifact findArtifactByClassifier(MavenProject mavenProject, String classifier)
public static MavenProjectConsumer log(org.codehaus.plexus.logging.Logger logger)
public static MavenProjectConsumer addTo(Set<MavenProject> set)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.