Uses of Class
org.apache.maven.plugins.assembly.model.ModuleBinaries

Packages that use ModuleBinaries
org.apache.maven.plugins.assembly.model   
 

Uses of ModuleBinaries in org.apache.maven.plugins.assembly.model
 

Methods in org.apache.maven.plugins.assembly.model that return ModuleBinaries
 ModuleBinaries ModuleSet.getBinaries()
          Get When this is configured, the plugin will include the binaries of the included modules from this set in the resulting assembly, according to the configuration.
 

Methods in org.apache.maven.plugins.assembly.model with parameters of type ModuleBinaries
 void ModuleSet.setBinaries(ModuleBinaries binaries)
          Set When this is configured, the plugin will include the binaries of the included modules from this set in the resulting assembly, according to the configuration.
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.