Package | Description |
---|---|
org.apache.maven.plugin.assembly.functions |
Modifier and Type | Method and Description |
---|---|
static MavenProjectConsumer |
MavenProjects.addTo(Set<MavenProject> set) |
static MavenProjectConsumer |
MavenProjects.log(org.codehaus.plexus.logging.Logger logger) |
Modifier and Type | Method and Description |
---|---|
static void |
MavenProjects.select(Iterable<MavenProject> source,
String packagingType,
MavenProjectConsumer consumer) |
static void |
MavenProjects.select(Iterable<MavenProject> source,
String packagingType,
MavenProjectConsumer include,
MavenProjectConsumer excluded) |
static void |
MavenProjects.without(Iterable<MavenProject> source,
String packagingType,
MavenProjectConsumer consumer) |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.