|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.assembly.utils.AssemblyFormatUtils
public final class AssemblyFormatUtils
| Method Summary | |
|---|---|
static String |
evaluateFileNameMapping(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.", 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 |
evaluateFileNameMapping(String expression,
org.apache.maven.artifact.Artifact artifact,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject artifactProject,
AssemblerConfigurationSource configSource)
|
static String |
fixRelativeRefs(String src)
|
static String |
getDistributionName(Assembly assembly,
AssemblerConfigurationSource configSource)
Get the full name of the distribution artifact |
static String |
getOutputDirectory(String output,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject moduleProject,
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. |
static String |
getOutputDirectory(String output,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject artifactProject,
String finalName,
AssemblerConfigurationSource configSource)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getDistributionName(Assembly assembly,
AssemblerConfigurationSource configSource)
assembly -
public static String getOutputDirectory(String output,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject artifactProject,
String finalName,
AssemblerConfigurationSource configSource)
throws AssemblyFormattingException
AssemblyFormattingException
public static String getOutputDirectory(String output,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject moduleProject,
org.apache.maven.project.MavenProject artifactProject,
String finalName,
AssemblerConfigurationSource configSource)
throws AssemblyFormattingException
AssemblyFormattingException
public static String evaluateFileNameMapping(String expression,
org.apache.maven.artifact.Artifact artifact,
org.apache.maven.project.MavenProject mainProject,
org.apache.maven.project.MavenProject artifactProject,
AssemblerConfigurationSource configSource)
throws AssemblyFormattingException
AssemblyFormattingException
public static String evaluateFileNameMapping(String expression,
@Nonnull
org.apache.maven.artifact.Artifact artifact,
@Nullable
org.apache.maven.project.MavenProject mainProject,
@Nullable
org.apache.maven.project.MavenProject moduleProject,
@Nullable
org.apache.maven.artifact.Artifact moduleArtifact,
@Nullable
org.apache.maven.project.MavenProject artifactProject,
@Nullable
AssemblerConfigurationSource configSource)
throws AssemblyFormattingException
AssemblyFormattingException
@Nonnull
public static String fixRelativeRefs(@Nonnull
String src)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||