Uses of Interface
org.apache.maven.plugins.assembly.AssemblerConfigurationSource
Package
Description
-
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.archive
Modifier 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.Archiver
DefaultAssemblyArchiver.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.phase
Modifier and TypeMethodDescriptionvoid
AssemblyArchiverPhase.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
FileItemAssemblyPhase.execute
(Assembly assembly, org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) Handle the associated section of the assembly descriptor.void
FileSetAssemblyPhase.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.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.task
Modifier and TypeMethodDescriptionvoid
AddArtifactTask.execute
(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) void
AddDependencySetsTask.execute
(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) void
AddFileSetsTask.execute
(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) void
ArchiverTask.execute
(org.codehaus.plexus.archiver.Archiver archiver, AssemblerConfigurationSource configSource) -
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.artifact
Modifier 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.format
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.components.io.functions.InputStreamTransformer
ReaderFormatter.getFileSetTransformers
(AssemblerConfigurationSource configSource, boolean isFiltered, Set<String> nonFilteredFileExtensions, String fileSetLineEnding) -
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.interpolation
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator
AssemblyInterpolator.fullInterpolator
(org.apache.maven.project.MavenProject project, org.codehaus.plexus.interpolation.fixed.FixedStringSearchInterpolator projectIp, AssemblerConfigurationSource configSource) ModifierConstructorDescriptionAssemblyExpressionEvaluator
(AssemblerConfigurationSource configSource) -
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.io
Modifier 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) void
AssemblyReader.includeSiteInAssembly
(Assembly assembly, AssemblerConfigurationSource configSource) void
DefaultAssemblyReader.includeSiteInAssembly
(Assembly assembly, AssemblerConfigurationSource configSource) protected void
DefaultAssemblyReader.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.mojos
Modifier and TypeClassDescriptionclass
class
Assemble an application bundle or distribution from an assembly descriptor. -
Uses of AssemblerConfigurationSource in org.apache.maven.plugins.assembly.utils
Modifier and TypeMethodDescriptionstatic String
AssemblyFormatUtils.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 String
AssemblyFormatUtils.getDistributionName
(Assembly assembly, AssemblerConfigurationSource configSource) Get the full name of the distribution artifactstatic String
AssemblyFormatUtils.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 String
AssemblyFormatUtils.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.