| Package | Description | 
|---|---|
| org.apache.maven.plugins.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–2016 The Apache Software Foundation. All rights reserved.