|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AssemblyFormattingException in org.apache.maven.plugin.assembly.archive |
|---|
| Methods in org.apache.maven.plugin.assembly.archive that throw AssemblyFormattingException | |
|---|---|
java.io.File |
DefaultAssemblyArchiver.createArchive(Assembly assembly,
java.lang.String fullName,
java.lang.String format,
AssemblerConfigurationSource configSource)
Create the assembly archive. |
java.io.File |
AssemblyArchiver.createArchive(Assembly assembly,
java.lang.String fullName,
java.lang.String format,
AssemblerConfigurationSource configSource)
|
| Uses of AssemblyFormattingException in org.apache.maven.plugin.assembly.archive.phase |
|---|
| Methods in org.apache.maven.plugin.assembly.archive.phase that throw AssemblyFormattingException | |
|---|---|
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.addModuleBinaries(ModuleBinaries binaries,
java.util.Set<org.apache.maven.project.MavenProject> projects,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource,
AssemblyContext context)
|
protected void |
ModuleSetAssemblyPhase.addModuleSourceFileSets(ModuleSources sources,
java.util.Set<org.apache.maven.project.MavenProject> 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)
|
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,
AssemblyContext context)
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,
AssemblyContext context)
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,
AssemblyContext context)
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 | |
|---|---|
protected void |
AddDependencySetsTask.addDependencySet(DependencySet dependencySet,
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)
|
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 |
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)
|
void |
AddArtifactTask.execute(org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
|
protected java.io.File |
AddFileSetsTask.getFileSetDirectory(FileSet fileSet,
java.io.File basedir,
java.io.File archiveBaseDir)
|
| Uses of AssemblyFormattingException in org.apache.maven.plugin.assembly.format |
|---|
| Methods in org.apache.maven.plugin.assembly.format that throw AssemblyFormattingException | |
|---|---|
java.io.File |
FileFormatter.format(java.io.File source,
boolean filter,
java.lang.String lineEnding)
|
java.io.File |
FileFormatter.format(java.io.File source,
boolean filter,
java.lang.String lineEnding,
java.io.File tempRoot)
|
java.io.File |
FileSetFormatter.formatFileSetForAssembly(java.io.File fileSetDir,
FileSet set)
|
| Uses of AssemblyFormattingException in org.apache.maven.plugin.assembly.utils |
|---|
| Methods in org.apache.maven.plugin.assembly.utils that throw AssemblyFormattingException | |
|---|---|
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)
Deprecated. Use AssemblyFormatUtils.evaluateFileNameMapping(String, Artifact, MavenProject, MavenProject, AssemblerConfigurationSource)
instead. |
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 |
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 |
AssemblyFileUtils.getLineEndingCharacters(java.lang.String lineEnding)
|
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.getOutputDirectory(java.lang.String output,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject artifactProject,
java.lang.String finalName)
Deprecated. Use AssemblyFormatUtils.getOutputDirectory(String, MavenProject, MavenProject, String, AssemblerConfigurationSource)
instead. |
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 int |
TypeConversionUtils.modeToInt(java.lang.String mode,
org.codehaus.plexus.logging.Logger logger)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||