Uses of Class
org.apache.maven.plugin.assembly.format.AssemblyFormattingException

Packages that use AssemblyFormattingException
org.apache.maven.plugin.assembly.archive   
org.apache.maven.plugin.assembly.archive.phase   
org.apache.maven.plugin.assembly.archive.task   
org.apache.maven.plugin.assembly.format   
org.apache.maven.plugin.assembly.utils   
 

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

Methods in org.apache.maven.plugin.assembly.archive that throw AssemblyFormattingException
 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)
           
 

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

Methods in org.apache.maven.plugin.assembly.archive.phase that throw AssemblyFormattingException
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.
 

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

Methods in org.apache.maven.plugin.assembly.archive.task that throw AssemblyFormattingException
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 AddDependencySetsTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
 void AddArtifactTask.execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
           
protected  File AddFileSetsTask.getFileSetDirectory(FileSet fileSet, File basedir, File archiveBaseDir)
           
 

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

Methods in org.apache.maven.plugin.assembly.format that throw AssemblyFormattingException
 File FileFormatter.format(File source, boolean filter, String lineEnding, File tempRoot, String encoding)
           
 File FileFormatter.format(File source, boolean filter, String lineEnding, String encoding)
           
 File FileSetFormatter.formatFileSetForAssembly(File fileSetDir, FileSet set)
           
 

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

Methods in org.apache.maven.plugin.assembly.utils that throw AssemblyFormattingException
static String AssemblyFormatUtils.evaluateFileNameMapping(String expression, org.apache.maven.artifact.Artifact artifact, org.apache.maven.project.MavenProject mainProject, org.apache.maven.project.MavenProject artifactProject)
          Deprecated. Use AssemblyFormatUtils.evaluateFileNameMapping(String, Artifact, MavenProject, MavenProject, AssemblerConfigurationSource) instead.
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 AssemblyFileUtils.getLineEndingCharacters(String lineEnding)
           
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)
          Deprecated. Use AssemblyFormatUtils.getOutputDirectory(String, MavenProject, MavenProject, String, AssemblerConfigurationSource) instead.
static String AssemblyFormatUtils.getOutputDirectory(String output, org.apache.maven.project.MavenProject mainProject, org.apache.maven.project.MavenProject artifactProject, String finalName, AssemblerConfigurationSource configSource)
           
static int TypeConversionUtils.modeToInt(String mode, org.codehaus.plexus.logging.Logger logger)
           
 



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