Uses of Interface
org.apache.maven.plugins.assembly.AssemblerConfigurationSource
Packages that use AssemblerConfigurationSource
Package
Description
- 
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.archiveMethods in org.apache.maven.plugins.assembly.archive with parameters of type AssemblerConfigurationSourceModifier and TypeMethodDescriptionAssemblyArchiver.createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, FileTime sourceDateEpoch) Create the assembly archive.DefaultAssemblyArchiver.createArchive(Assembly assembly, String fullName, String format, AssemblerConfigurationSource configSource, FileTime outputTimestamp) Create the assembly archive.protected org.codehaus.plexus.archiver.ArchiverDefaultAssemblyArchiver.createArchiver(String format, boolean includeBaseDir, String finalName, AssemblerConfigurationSource configSource, List<ContainerDescriptorHandler> containerHandlers, FileTime outputTimestamp) Creates the necessary archiver to build the distribution file.
- 
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.archive.phaseMethods in org.apache.maven.plugins.assembly.archive.phase with parameters of type AssemblerConfigurationSourceModifier and TypeMethodDescriptionvoidAssemblyArchiverPhase.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.static Set<org.apache.maven.project.MavenProject> ModuleSetAssemblyPhase.getModuleProjects(ModuleSet moduleSet, AssemblerConfigurationSource configSource, org.slf4j.Logger logger) 
- 
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.archive.taskMethods in org.apache.maven.plugins.assembly.archive.task with parameters of type AssemblerConfigurationSourceModifier and TypeMethodDescriptionvoidAddArtifactTask.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) 
- 
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.artifactMethods in org.apache.maven.plugins.assembly.artifact with parameters of type AssemblerConfigurationSourceModifier and TypeMethodDescriptionMap<DependencySet, Set<org.apache.maven.artifact.Artifact>> DefaultDependencyResolver.resolveDependencySets(Assembly assembly, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) Map<DependencySet, Set<org.apache.maven.artifact.Artifact>> DefaultDependencyResolver.resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) Map<DependencySet, Set<org.apache.maven.artifact.Artifact>> DependencyResolver.resolveDependencySets(Assembly assembly, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) Map<DependencySet, Set<org.apache.maven.artifact.Artifact>> DependencyResolver.resolveDependencySets(Assembly assembly, ModuleSet moduleSet, AssemblerConfigurationSource configSource, List<DependencySet> dependencySets) 
- 
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.formatMethods in org.apache.maven.plugins.assembly.format with parameters of type AssemblerConfigurationSourceModifier and TypeMethodDescriptionstatic org.codehaus.plexus.components.io.functions.InputStreamTransformerReaderFormatter.getFileSetTransformers(AssemblerConfigurationSource configSource, boolean isFiltered, Set<String> nonFilteredFileExtensions, String fileSetLineEnding) 
- 
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.interpolationMethods in org.apache.maven.plugins.assembly.interpolation with parameters of type AssemblerConfigurationSourceModifier and TypeMethodDescriptionstatic org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolatorAssemblyInterpolator.fullInterpolator(org.apache.maven.project.MavenProject project, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator projectIp, AssemblerConfigurationSource configSource) Constructors in org.apache.maven.plugins.assembly.interpolation with parameters of type AssemblerConfigurationSourceModifierConstructorDescriptionAssemblyExpressionEvaluator(AssemblerConfigurationSource configSource) 
- 
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.ioMethods in org.apache.maven.plugins.assembly.io with parameters of type AssemblerConfigurationSourceModifier and TypeMethodDescriptionAssemblyReader.getAssemblyForDescriptorReference(String ref, AssemblerConfigurationSource configSource) DefaultAssemblyReader.getAssemblyForDescriptorReference(String ref, AssemblerConfigurationSource configSource) AssemblyReader.getAssemblyFromDescriptorFile(File file, AssemblerConfigurationSource configSource) DefaultAssemblyReader.getAssemblyFromDescriptorFile(File file, AssemblerConfigurationSource configSource) voidAssemblyReader.includeSiteInAssembly(Assembly assembly, AssemblerConfigurationSource configSource) voidDefaultAssemblyReader.includeSiteInAssembly(Assembly assembly, AssemblerConfigurationSource configSource) protected voidDefaultAssemblyReader.mergeComponentsWithMainAssembly(Assembly assembly, File assemblyDir, AssemblerConfigurationSource configSource, ComponentXpp3Reader.ContentTransformer transformer) Add the contents of all included components to main assemblyAssemblyReader.readAssemblies(AssemblerConfigurationSource configSource) DefaultAssemblyReader.readAssemblies(AssemblerConfigurationSource configSource) DefaultAssemblyReader.readAssembly(Reader reader, String locationDescription, File assemblyDir, AssemblerConfigurationSource configSource) 
- 
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.mojosClasses in org.apache.maven.plugins.assembly.mojos that implement AssemblerConfigurationSourceModifier and TypeClassDescriptionclassclassAssemble an application bundle or distribution from an assembly descriptor.
- 
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.utilsMethods in org.apache.maven.plugins.assembly.utils with parameters of type AssemblerConfigurationSourceModifier and TypeMethodDescriptionstatic StringAssemblyFormatUtils.evaluateFileNameMapping(String expression, org.apache.maven.artifact.Artifact artifact, org.apache.maven.project.MavenProject mainProject, org.apache.maven.artifact.Artifact moduleArtifact, AssemblerConfigurationSource configSource, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator moduleProjectInterpolator, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator artifactProjectInterpolator) 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 StringAssemblyFormatUtils.getDistributionName(Assembly assembly, AssemblerConfigurationSource configSource) Get the full name of the distribution artifactstatic StringAssemblyFormatUtils.getOutputDirectory(String output, 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 StringAssemblyFormatUtils.getOutputDirectory(String output, 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.