Uses of Interface
org.apache.maven.plugin.assembly.AssemblyContext

Packages that use AssemblyContext
org.apache.maven.plugin.assembly   
org.apache.maven.plugin.assembly.archive.phase   
org.apache.maven.plugin.assembly.artifact   
 

Uses of AssemblyContext in org.apache.maven.plugin.assembly
 

Classes in org.apache.maven.plugin.assembly that implement AssemblyContext
 class DefaultAssemblyContext
           
 

Uses of AssemblyContext in org.apache.maven.plugin.assembly.archive.phase
 

Methods in org.apache.maven.plugin.assembly.archive.phase with parameters of type AssemblyContext
protected  void ModuleSetAssemblyPhase.addModuleBinaries(ModuleBinaries binaries, Set<org.apache.maven.project.MavenProject> projects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context)
           
 void RepositoryAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context)
          Handle the associated section of the assembly descriptor.
 void ModuleSetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context)
          Handle the associated section of the assembly descriptor.
 void FileSetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context)
          Handle the associated section of the assembly descriptor.
 void FileItemAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context)
          Handle the associated section of the assembly descriptor.
 void DependencySetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context)
          Handle the associated section of the assembly descriptor.
 void AssemblyArchiverPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context)
          Handle the associated section of the assembly descriptor.
 

Uses of AssemblyContext in org.apache.maven.plugin.assembly.artifact
 

Methods in org.apache.maven.plugin.assembly.artifact with parameters of type AssemblyContext
 void DependencyResolver.resolve(Assembly assembly, AssemblerConfigurationSource configSource, AssemblyContext context)
          Resolve the project dependencies, according to the supplied configuration.
 void DefaultDependencyResolver.resolve(Assembly assembly, AssemblerConfigurationSource configSource, AssemblyContext context)
           
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.