Uses of Class
org.apache.maven.plugins.assembly.format.AssemblyFormattingException
-
-
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.archive
Methods in org.apache.maven.plugins.assembly.archive that throw AssemblyFormattingException Modifier and Type Method Description java.io.FileAssemblyArchiver. createArchive(Assembly assembly, java.lang.String fullName, java.lang.String format, AssemblerConfigurationSource configSource, boolean recompressZippedFiles, java.lang.String mergeManifestMode, java.nio.file.attribute.FileTime sourceDateEpoch)Create the assembly archive.java.io.FileDefaultAssemblyArchiver. createArchive(Assembly assembly, java.lang.String fullName, java.lang.String format, AssemblerConfigurationSource configSource, boolean recompressZippedFiles, java.lang.String mergeManifestMode, java.nio.file.attribute.FileTime outputTimestamp)Create the assembly archive. -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.archive.phase
Methods in org.apache.maven.plugins.assembly.archive.phase that throw AssemblyFormattingException Modifier and Type Method Description (package private) voidModuleSetAssemblyPhase. addModuleArtifact(org.apache.maven.artifact.Artifact artifact, org.apache.maven.project.MavenProject project, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, ModuleBinaries binaries)(package private) voidModuleSetAssemblyPhase. addModuleBinaries(Assembly assembly, ModuleSet moduleSet, ModuleBinaries binaries, java.util.Set<org.apache.maven.project.MavenProject> projects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)(package private) voidModuleSetAssemblyPhase. addModuleSourceFileSets(ModuleSources sources, java.util.Set<org.apache.maven.project.MavenProject> moduleProjects, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)(package private) FileSetModuleSetAssemblyPhase. createFileSet(FileSet fileSet, ModuleSources sources, org.apache.maven.project.MavenProject moduleProject, AssemblerConfigurationSource configSource)voidAssemblyArchiverPhase. execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)Handle the associated section of the assembly descriptor.voidDependencySetAssemblyPhase. execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)Handle the associated section of the assembly descriptor.voidFileItemAssemblyPhase. execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)Handle the associated section of the assembly descriptor.voidFileSetAssemblyPhase. execute(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)Handle the associated section of the assembly descriptor.voidModuleSetAssemblyPhase. 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.plugins.assembly.archive.task
Methods in org.apache.maven.plugins.assembly.archive.task that throw AssemblyFormattingException Modifier and Type Method Description (package private) voidAddDependencySetsTask. addDependencySet(DependencySet dependencySet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)(package private) voidAddFileSetsTask. addFileSet(FileSet fileSet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, java.io.File archiveBaseDir)private voidAddDependencySetsTask. addNonArchiveDependency(org.apache.maven.artifact.Artifact depArtifact, org.apache.maven.project.MavenProject depProject, DependencySet dependencySet, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)private voidAddDependencySetsTask. addNormalArtifact(DependencySet dependencySet, org.apache.maven.artifact.Artifact depArtifact, org.apache.maven.project.MavenProject depProject, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, org.codehaus.plexus.components.io.functions.InputStreamTransformer fileSetTransformers)private voidAddArtifactTask. asFile(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource, java.lang.String destDirectory)voidAddArtifactTask. execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)voidAddDependencySetsTask. execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)voidAddFileSetsTask. execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)voidArchiverTask. execute(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource)(package private) java.io.FileAddFileSetsTask. getFileSetDirectory(FileSet fileSet, java.io.File basedir, java.io.File archiveBaseDir) -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.format
Methods in org.apache.maven.plugins.assembly.format that throw AssemblyFormattingException Modifier and Type Method Description static org.codehaus.plexus.components.io.functions.InputStreamTransformerReaderFormatter. getFileSetTransformers(AssemblerConfigurationSource configSource, boolean isFiltered, java.util.Set<java.lang.String> nonFilteredFileExtensions, java.lang.String fileSetLineEnding) -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.functions
Methods in org.apache.maven.plugins.assembly.functions that throw AssemblyFormattingException Modifier and Type Method Description voidModuleSetConsumer. accept(ModuleSet resolvedModule) -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.model
Methods in org.apache.maven.plugins.assembly.model that throw AssemblyFormattingException Modifier and Type Method Description static voidAssemblies. forEachModuleSet(Assembly assembly, ModuleSetConsumer moduleSetConsumer) -
Uses of AssemblyFormattingException in org.apache.maven.plugins.assembly.utils
Methods in org.apache.maven.plugins.assembly.utils that throw AssemblyFormattingException Modifier and Type Method Description static LineEndingsLineEndingsUtils. getLineEnding(java.lang.String lineEnding)static java.lang.StringLineEndingsUtils. getLineEndingCharacters(java.lang.String lineEnding)Returns the appopriate line ending characters for the specified stylestatic java.lang.StringAssemblyFormatUtils. getOutputDirectory(java.lang.String output, java.lang.String finalName, AssemblerConfigurationSource configSource, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator moduleProjectIntrpolator, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator artifactProjectInterpolator)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 java.lang.StringAssemblyFormatUtils. getOutputDirectory(java.lang.String output, org.apache.maven.project.MavenProject artifactProject, java.lang.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 intTypeConversionUtils. modeToInt(java.lang.String mode, org.slf4j.Logger logger)
-