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.functions   
org.apache.maven.plugin.assembly.model   
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 AssemblyArchiver.createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, boolean recompressZippedFiles)
          Create the assembly archive.
 File DefaultAssemblyArchiver.createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, boolean recompressZippedFiles)
          Create the assembly archive.
 

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

Methods in org.apache.maven.plugin.assembly.archive.phase that throw AssemblyFormattingException
 void FileSetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
          Handle the associated section of the assembly descriptor.
 void RepositoryAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
          Handle the associated section of the assembly descriptor.
 void FileItemAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
          Handle the associated section of the assembly descriptor.
 void DependencySetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
          Handle the associated section of the assembly descriptor.
 void AssemblyArchiverPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
          Handle the associated section of the assembly descriptor.
 void ModuleSetAssemblyPhase.execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)
          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
 void AddArtifactTask.execute(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)
           
 

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

Methods in org.apache.maven.plugin.assembly.format that throw AssemblyFormattingException
static org.codehaus.plexus.components.io.functions.InputStreamTransformer ReaderFormatter.getFileSetTransformers(AssemblerConfigurationSource configSource, boolean isFiltered, String fileSetLineEnding)
           
 

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

Methods in org.apache.maven.plugin.assembly.functions that throw AssemblyFormattingException
 void ModuleSetConsumer.accept(ModuleSet resolvedModule)
           
 

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

Methods in org.apache.maven.plugin.assembly.model that throw AssemblyFormattingException
static void Assemblies.forEachModuleSet(Assembly assembly, ModuleSetConsumer moduleSetConsumer)
           
 

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 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 LineEndings LineEndingsUtils.getLineEnding(String lineEnding)
           
static String LineEndingsUtils.getLineEndingCharacters(String lineEnding)
          Returns the appopriate line ending characters for the specified style
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)
           
static int TypeConversionUtils.modeToInt(String mode, org.codehaus.plexus.logging.Logger logger)
           
 



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