org.apache.maven.plugin.assembly.model
Class Assemblies

java.lang.Object
  extended by org.apache.maven.plugin.assembly.model.Assemblies

public class Assemblies
extends Object


Constructor Summary
Assemblies()
           
 
Method Summary
static void forEachModuleSet(Assembly assembly, ModuleSetConsumer moduleSetConsumer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assemblies

public Assemblies()
Method Detail

forEachModuleSet

public static void forEachModuleSet(Assembly assembly,
                                    ModuleSetConsumer moduleSetConsumer)
                             throws ArchiveCreationException,
                                    AssemblyFormattingException,
                                    InvalidAssemblerConfigurationException,
                                    DependencyResolutionException
Throws:
ArchiveCreationException
AssemblyFormattingException
InvalidAssemblerConfigurationException
DependencyResolutionException


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.