|
||||||||||
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 | |
---|---|
File |
DefaultAssemblyArchiver.createArchive(Assembly assembly,
String fullName,
String format,
AssemblerConfigurationSource configSource,
boolean recompressZippedFiles)
Create the assembly archive. |
File |
AssemblyArchiver.createArchive(Assembly assembly,
String fullName,
String format,
AssemblerConfigurationSource configSource,
boolean recompressZippedFiles)
Create the assembly archive. |
Uses of AssemblyFormattingException in org.apache.maven.plugin.assembly.archive.phase |
---|
Methods in org.apache.maven.plugin.assembly.archive.phase that throw AssemblyFormattingException | |
---|---|
void |
RepositoryAssemblyPhase.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. |
void |
FileSetAssemblyPhase.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 |
DependencySetAssemblyPhase.execute(Assembly assembly,
org.codehaus.plexus.archiver.Archiver archiver,
AssemblerConfigurationSource configSource)
Handle the associated section of the assembly descriptor. |
void |
AssemblyArchiverPhase.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.plugin.assembly.archive.task |
---|
Methods in org.apache.maven.plugin.assembly.archive.task that throw AssemblyFormattingException | |
---|---|
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)
|
Uses of AssemblyFormattingException in org.apache.maven.plugin.assembly.format |
---|
Methods in org.apache.maven.plugin.assembly.format that throw AssemblyFormattingException | |
---|---|
static org.codehaus.plexus.components.io.functions.InputStreamTransformer |
ReaderFormatter.getFileSetTransformers(AssemblerConfigurationSource configSource,
boolean isFiltered,
String fileSetLineEnding)
|
Uses of AssemblyFormattingException in org.apache.maven.plugin.assembly.functions |
---|
Methods in org.apache.maven.plugin.assembly.functions that throw AssemblyFormattingException | |
---|---|
void |
ModuleSetConsumer.accept(ModuleSet resolvedModule)
|
Uses of AssemblyFormattingException in org.apache.maven.plugin.assembly.model |
---|
Methods in org.apache.maven.plugin.assembly.model that throw AssemblyFormattingException | |
---|---|
static void |
Assemblies.forEachModuleSet(Assembly assembly,
ModuleSetConsumer moduleSetConsumer)
|
Uses of AssemblyFormattingException in org.apache.maven.plugin.assembly.utils |
---|
Methods in org.apache.maven.plugin.assembly.utils that throw AssemblyFormattingException | |
---|---|
static String |
AssemblyFormatUtils.evaluateFileNameMapping(String expression,
Artifact artifact,
MavenProject mainProject,
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 |
static LineEndings |
LineEndingsUtils.getLineEnding(String lineEnding)
|
static String |
LineEndingsUtils.getLineEndingCharacters(String lineEnding)
Returns the appopriate line ending characters for the specified style |
static String |
AssemblyFormatUtils.getOutputDirectory(String output,
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 |
static 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 |
static int |
TypeConversionUtils.modeToInt(String mode,
org.codehaus.plexus.logging.Logger logger)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |