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

Packages that use AssemblerConfigurationSource
org.apache.maven.plugin.assembly.archive   
org.apache.maven.plugin.assembly.archive.phase   
org.apache.maven.plugin.assembly.archive.phase.wrappers   
org.apache.maven.plugin.assembly.archive.task   
org.apache.maven.plugin.assembly.artifact   
org.apache.maven.plugin.assembly.format   
org.apache.maven.plugin.assembly.interpolation   
org.apache.maven.plugin.assembly.io   
org.apache.maven.plugin.assembly.mojos   
org.apache.maven.plugin.assembly.utils   
 

Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.archive
 

Methods in org.apache.maven.plugin.assembly.archive with parameters of type AssemblerConfigurationSource
 File DefaultAssemblyArchiver.createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource)
          Create the assembly archive.
 File AssemblyArchiver.createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource)
           
protected  org.codehaus.plexus.archiver.Archiver DefaultAssemblyArchiver.createArchiver(String format, boolean includeBaseDir, String finalName, AssemblerConfigurationSource configSource, List<ContainerDescriptorHandler> containerHandlers)
          Creates the necessary archiver to build the distribution file.
 

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

Methods in org.apache.maven.plugin.assembly.archive.phase with parameters of type AssemblerConfigurationSource
protected  void ModuleSetAssemblyPhase.addModuleArtifact(org.apache.maven.artifact.Artifact artifact, org.apache.maven.project.MavenProject project, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, ModuleBinaries binaries)
           
protected  void ModuleSetAssemblyPhase.addModuleBinaries(ModuleBinaries binaries, Set<org.apache.maven.project.MavenProject> projects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, AssemblyContext context)
           
protected  void ModuleSetAssemblyPhase.addModuleSourceFileSets(ModuleSources sources, Set<org.apache.maven.project.MavenProject> moduleProjects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
protected  FileSet ModuleSetAssemblyPhase.createFileSet(FileSet fileSet, ModuleSources sources, org.apache.maven.project.MavenProject moduleProject, AssemblerConfigurationSource configSource)
           
 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.
static Set<org.apache.maven.project.MavenProject> ModuleSetAssemblyPhase.getModuleProjects(ModuleSet moduleSet, AssemblerConfigurationSource configSource, org.codehaus.plexus.logging.Logger logger)
           
 

Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.archive.phase.wrappers
 

Constructors in org.apache.maven.plugin.assembly.archive.phase.wrappers with parameters of type AssemblerConfigurationSource
RepoBuilderConfigSourceWrapper(AssemblerConfigurationSource configSource)
           
 

Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.archive.task
 

Methods in org.apache.maven.plugin.assembly.archive.task with parameters of type AssemblerConfigurationSource
protected  void AddDependencySetsTask.addDependencySet(DependencySet dependencySet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
protected  void AddFileSetsTask.addFileSet(FileSet fileSet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, File archiveBaseDir)
           
protected  void AddDependencySetsTask.addNonArchiveDependency(org.apache.maven.artifact.Artifact depArtifact, org.apache.maven.project.MavenProject depProject, DependencySet dependencySet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 void ArchiverTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 void AddFileSetsTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 void AddDirectoryTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 void AddDependencySetsTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 void AddArtifactTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 

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

Methods in org.apache.maven.plugin.assembly.artifact with parameters of type AssemblerConfigurationSource
protected  void DefaultDependencyResolver.getModuleSetResolutionRequirements(Assembly assembly, org.apache.maven.plugin.assembly.artifact.ResolutionManagementInfo requirements, AssemblerConfigurationSource configSource)
           
 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)
           
protected  Set<org.apache.maven.artifact.Artifact> DefaultDependencyResolver.resolveNonTransitively(Assembly assembly, Set<org.apache.maven.artifact.Artifact> dependencyArtifacts, AssemblerConfigurationSource configSource, List<org.apache.maven.artifact.repository.ArtifactRepository> repos)
           
 

Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.format
 

Constructors in org.apache.maven.plugin.assembly.format with parameters of type AssemblerConfigurationSource
FileFormatter(AssemblerConfigurationSource configSource, org.codehaus.plexus.logging.Logger logger)
           
FileSetFormatter(AssemblerConfigurationSource configSource, org.codehaus.plexus.logging.Logger logger)
           
 

Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.interpolation
 

Methods in org.apache.maven.plugin.assembly.interpolation with parameters of type AssemblerConfigurationSource
static org.codehaus.plexus.interpolation.Interpolator AssemblyInterpolator.buildInterpolator(org.apache.maven.project.MavenProject project, AssemblerConfigurationSource configSource)
           
 Assembly AssemblyInterpolator.interpolate(Assembly assembly, org.apache.maven.project.MavenProject project, AssemblerConfigurationSource configSource)
           
 

Constructors in org.apache.maven.plugin.assembly.interpolation with parameters of type AssemblerConfigurationSource
AssemblyExpressionEvaluator(AssemblerConfigurationSource configSource)
           
 

Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.io
 

Methods in org.apache.maven.plugin.assembly.io with parameters of type AssemblerConfigurationSource
 Assembly DefaultAssemblyReader.getAssemblyForDescriptorReference(String ref, AssemblerConfigurationSource configSource)
           
 Assembly AssemblyReader.getAssemblyForDescriptorReference(String ref, AssemblerConfigurationSource configSource)
           
 Assembly DefaultAssemblyReader.getAssemblyFromDescriptorFile(File file, AssemblerConfigurationSource configSource)
           
 Assembly AssemblyReader.getAssemblyFromDescriptorFile(File file, AssemblerConfigurationSource configSource)
           
 void DefaultAssemblyReader.includeSiteInAssembly(Assembly assembly, AssemblerConfigurationSource configSource)
           
 void AssemblyReader.includeSiteInAssembly(Assembly assembly, AssemblerConfigurationSource configSource)
           
protected  void DefaultAssemblyReader.mergeComponentsWithMainAssembly(Assembly assembly, File assemblyDir, AssemblerConfigurationSource configSource)
          Add the contents of all included components to main assembly
 List<Assembly> DefaultAssemblyReader.readAssemblies(AssemblerConfigurationSource configSource)
           
 List<Assembly> AssemblyReader.readAssemblies(AssemblerConfigurationSource configSource)
           
protected  Assembly DefaultAssemblyReader.readAssembly(Reader reader, String locationDescription, File assemblyDir, AssemblerConfigurationSource configSource)
           
 

Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.mojos
 

Classes in org.apache.maven.plugin.assembly.mojos that implement AssemblerConfigurationSource
 class AbstractAssemblyMojo
           
 class AbstractDirectoryMojo
          Deprecated. 
 class AssemblyMojo
          Deprecated. Use assembly:single instead! The assembly:assembly mojo leads to non-standard builds.
 class AttachedAssemblyMojo
          Deprecated. Use assembly:single instead! The assembly:attached mojo leads to non-standard builds.
 class DirectoryInlineMojo
          Deprecated. Use assembly:single and an assembly with format == dir instead! This mojo is redundant, and leads to non-standard builds.
 class DirectoryMojo
          Deprecated. Use assembly:single and an assembly with format == dir instead! This mojo is redundant.
 class DirectorySingleMojo
          Deprecated. Use assembly:single and an assembly with format == dir instead! This mojo is redundant.
 class SingleAssemblyMojo
          Assemble an application bundle or distribution from an assembly descriptor.
 

Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.utils
 

Methods in org.apache.maven.plugin.assembly.utils with parameters of type AssemblerConfigurationSource
static String AssemblyFormatUtils.evaluateFileNameMapping(String expression, org.apache.maven.artifact.Artifact artifact, org.apache.maven.project.MavenProject mainProject, org.apache.maven.project.MavenProject moduleProject, org.apache.maven.artifact.Artifact moduleArtifact, org.apache.maven.project.MavenProject artifactProject, AssemblerConfigurationSource configSource)
          ORDER OF INTERPOLATION PRECEDENCE: prefixed with "module.", if moduleProject != null Artifact instance for module, if moduleArtifact != null ArtifactHandler instance for module, if moduleArtifact != null MavenProject instance for module prefixed with "artifact." Artifact instance ArtifactHandler instance for artifact MavenProject instance for artifact prefixed with "pom." or "project." MavenProject instance from current build no prefix, using main project instance MavenProject instance from current build Support for special expressions, like ${dashClassifier?} user-defined properties from the command line properties from main project system properties, from the MavenSession instance (to support IDEs) environment variables.
static String AssemblyFormatUtils.evaluateFileNameMapping(String expression, org.apache.maven.artifact.Artifact artifact, org.apache.maven.project.MavenProject mainProject, org.apache.maven.project.MavenProject artifactProject, AssemblerConfigurationSource configSource)
           
static String AssemblyFormatUtils.getDistributionName(Assembly assembly, AssemblerConfigurationSource configSource)
          Get the full name of the distribution artifact
static String AssemblyFormatUtils.getOutputDirectory(String output, org.apache.maven.project.MavenProject mainProject, org.apache.maven.project.MavenProject moduleProject, org.apache.maven.project.MavenProject artifactProject, String finalName, AssemblerConfigurationSource configSource)
          ORDER OF INTERPOLATION PRECEDENCE: Support for special expressions, like ${finalName} (use the assembly plugin configuration not the build config) prefixed with "module." if moduleProject is non-null MavenProject instance for module being assembled prefixed with "artifact." if artifactProject is non-null MavenProject instance for artifact user-defined properties from the command line prefixed with "pom." or "project.", or no prefix at all MavenProject instance from current build properties from main project system properties, from the MavenSession instance (to support IDEs) environment variables.
static String AssemblyFormatUtils.getOutputDirectory(String output, org.apache.maven.project.MavenProject mainProject, org.apache.maven.project.MavenProject artifactProject, String finalName, AssemblerConfigurationSource configSource)
           
 



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