|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.archive |
| Methods in org.apache.maven.plugin.assembly.archive with parameters of type AssemblerConfigurationSource | |
java.io.File |
DefaultAssemblyArchiver.createArchive(Assembly assembly,
java.lang.String fullName,
java.lang.String format,
AssemblerConfigurationSource configSource)
Create the assembly archive. |
protected org.codehaus.plexus.archiver.Archiver |
DefaultAssemblyArchiver.createArchiver(java.lang.String format,
boolean includeBaseDir,
java.lang.String finalName,
AssemblerConfigurationSource configSource,
java.util.List containerHandlers)
Creates the necessary archiver to build the distribution file. |
java.io.File |
AssemblyArchiver.createArchive(Assembly assembly,
java.lang.String fullName,
java.lang.String format,
AssemblerConfigurationSource configSource)
|
| Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.archive.phase |
| Methods in org.apache.maven.plugin.assembly.archive.phase with parameters of type AssemblerConfigurationSource | |
void |
RepositoryAssemblyPhase.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,
AssemblyContext context)
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. |
void |
ModuleSetAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
Handle the associated section of the assembly descriptor. |
protected void |
ModuleSetAssemblyPhase.addModuleBinaries(ModuleBinaries binaries,
java.util.Set projects,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
|
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.addModuleSourceFileSets(ModuleSources sources,
java.util.Set 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)
|
static java.util.Set |
ModuleSetAssemblyPhase.getModuleProjects(ModuleSet moduleSet,
AssemblerConfigurationSource configSource,
org.codehaus.plexus.logging.Logger logger)
|
void |
FileSetAssemblyPhase.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,
AssemblyContext context)
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 |
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)
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)
Deprecated. Use AssemblyArchiverPhase.execute(Assembly, Archiver, AssemblerConfigurationSource, AssemblyContext)
instead. This method should be the equivalent of calling the new execute() method with a newly-minted
instance of DefaultAssemblyContext. |
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 AssemblerConfigurationSource in org.apache.maven.plugin.assembly.archive.phase.wrappers |
| Constructors in org.apache.maven.plugin.assembly.archive.phase.wrappers with parameters of type AssemblerConfigurationSource | |
RepoBuilderConfigSourceWrapper(AssemblerConfigurationSource configSource)
|
|
| Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.archive.task |
| Methods in org.apache.maven.plugin.assembly.archive.task with parameters of type AssemblerConfigurationSource | |
void |
ArchiverTask.execute(org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
|
void |
AddFileSetsTask.execute(org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
|
protected void |
AddFileSetsTask.addFileSet(FileSet fileSet,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
java.io.File archiveBaseDir)
|
void |
AddDirectoryTask.execute(org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
|
void |
AddDependencySetsTask.execute(org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
|
protected void |
AddDependencySetsTask.addDependencySet(DependencySet dependencySet,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
|
protected java.util.Set |
AddDependencySetsTask.resolveDependencyArtifacts(DependencySet dependencySet,
AssemblerConfigurationSource configSource)
|
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 |
AddArtifactTask.execute(org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
|
| Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.artifact |
| Methods in org.apache.maven.plugin.assembly.artifact with parameters of type AssemblerConfigurationSource | |
java.util.Map |
DependencyResolver.buildManagedVersionMap(Assembly assembly,
AssemblerConfigurationSource configSource)
Traverse the assembly descriptor to determine which scopes, modules, etc. |
java.util.Map |
DefaultDependencyResolver.buildManagedVersionMap(Assembly assembly,
AssemblerConfigurationSource configSource)
|
protected void |
DefaultDependencyResolver.getModuleSetResolutionRequirements(java.util.List moduleSets,
org.apache.maven.plugin.assembly.artifact.ResolutionManagementInfo requirements,
AssemblerConfigurationSource configSource)
|
| Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.format |
| Constructors in org.apache.maven.plugin.assembly.format with parameters of type AssemblerConfigurationSource | |
FileSetFormatter(AssemblerConfigurationSource configSource,
org.codehaus.plexus.logging.Logger logger)
|
|
FileFormatter(AssemblerConfigurationSource configSource,
org.codehaus.plexus.logging.Logger logger)
|
|
| Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.interpolation |
| Methods in org.apache.maven.plugin.assembly.interpolation with parameters of type AssemblerConfigurationSource | |
Assembly |
AssemblyInterpolator.interpolate(Assembly assembly,
org.apache.maven.project.MavenProject project,
AssemblerConfigurationSource configSource)
|
static org.codehaus.plexus.interpolation.Interpolator |
AssemblyInterpolator.buildInterpolator(org.apache.maven.project.MavenProject project,
AssemblerConfigurationSource configSource)
|
| Constructors in org.apache.maven.plugin.assembly.interpolation with parameters of type AssemblerConfigurationSource | |
AssemblyExpressionEvaluator(AssemblerConfigurationSource configSource)
|
|
| Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.io |
| Methods in org.apache.maven.plugin.assembly.io with parameters of type AssemblerConfigurationSource | |
java.util.List |
DefaultAssemblyReader.readAssemblies(AssemblerConfigurationSource configSource)
|
Assembly |
DefaultAssemblyReader.getAssemblyForDescriptorReference(java.lang.String ref,
AssemblerConfigurationSource configSource)
|
Assembly |
DefaultAssemblyReader.getAssemblyFromDescriptorFile(java.io.File file,
AssemblerConfigurationSource configSource)
|
Assembly |
DefaultAssemblyReader.readAssembly(java.io.Reader reader,
java.lang.String locationDescription,
AssemblerConfigurationSource configSource)
|
protected void |
DefaultAssemblyReader.mergeComponentsWithMainAssembly(Assembly assembly,
AssemblerConfigurationSource configSource)
Add the contents of all included components to main assembly |
void |
DefaultAssemblyReader.includeSiteInAssembly(Assembly assembly,
AssemblerConfigurationSource configSource)
|
java.util.List |
AssemblyReader.readAssemblies(AssemblerConfigurationSource configSource)
|
Assembly |
AssemblyReader.getAssemblyForDescriptorReference(java.lang.String ref,
AssemblerConfigurationSource configSource)
|
Assembly |
AssemblyReader.getAssemblyFromDescriptorFile(java.io.File file,
AssemblerConfigurationSource configSource)
|
Assembly |
AssemblyReader.readAssembly(java.io.Reader reader,
java.lang.String locationDescription,
AssemblerConfigurationSource configSource)
|
void |
AssemblyReader.includeSiteInAssembly(Assembly assembly,
AssemblerConfigurationSource configSource)
|
| Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.mojos |
| Classes in org.apache.maven.plugin.assembly.mojos that implement AssemblerConfigurationSource | |
class |
AbstractAssemblyMojo
|
class |
AbstractDirectoryMojo
|
class |
AssemblyMojo
Assemble an application bundle or distribution using an assembly descriptor from the command line. |
class |
AttachedAssemblyMojo
Deprecated. Use goal: 'assembly' (from the command line) or 'single' (from a lifecycle binding) instead. |
class |
DirectoryInlineMojo
Deprecated. Use goal: 'directory' (from the command line) or 'directory-single' (from a lifecycle binding) instead. |
class |
DirectoryMojo
Like the assembly:attached goal, assemble an application bundle
or distribution using an assembly descriptor from the command line.
|
class |
DirectorySingleMojo
Like the assembly:attached goal, assemble an application bundle
or distribution from an assembly descriptor. |
class |
SingleAssemblyMojo
Assemble an application bundle or distribution from an assembly descriptor. |
| Uses of AssemblerConfigurationSource in org.apache.maven.plugin.assembly.utils |
| Methods in org.apache.maven.plugin.assembly.utils with parameters of type AssemblerConfigurationSource | |
static java.lang.String |
AssemblyFormatUtils.getDistributionName(Assembly assembly,
AssemblerConfigurationSource configSource)
Get the full name of the distribution artifact |
static java.lang.String |
AssemblyFormatUtils.getOutputDirectory(java.lang.String output,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject artifactProject,
java.lang.String finalName,
AssemblerConfigurationSource configSource)
|
static java.lang.String |
AssemblyFormatUtils.getOutputDirectory(java.lang.String output,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject moduleProject,
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 |
static java.lang.String |
AssemblyFormatUtils.evaluateFileNameMapping(java.lang.String expression,
org.apache.maven.artifact.Artifact artifact,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject artifactProject,
AssemblerConfigurationSource configSource)
|
static java.lang.String |
AssemblyFormatUtils.evaluateFileNameMapping(java.lang.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 |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||