org.apache.maven.plugin.assembly.functions
Interface ModuleSetConsumer


public interface ModuleSetConsumer


Method Summary
 void accept(ModuleSet resolvedModule)
           
 

Method Detail

accept

void accept(ModuleSet resolvedModule)
            throws ArchiveCreationException,
                   AssemblyFormattingException,
                   InvalidAssemblerConfigurationException,
                   DependencyResolutionException
Throws:
ArchiveCreationException
AssemblyFormattingException
InvalidAssemblerConfigurationException
DependencyResolutionException


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