|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.war.util.MappingUtils
public class MappingUtils
Utilities used to evaluate expression.
TODO: this comes from the assembly plugin; refactor when it's shared. The expression might use any field of theArtifact
interface. Some
examples might be:
Constructor Summary | |
---|---|
MappingUtils()
|
Method Summary | |
---|---|
static java.lang.String |
evaluateFileNameMapping(java.lang.String expression,
org.apache.maven.artifact.Artifact artifact)
Evaluates the specified expression for the given artifact. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappingUtils()
Method Detail |
---|
public static java.lang.String evaluateFileNameMapping(java.lang.String expression, org.apache.maven.artifact.Artifact artifact) throws org.codehaus.plexus.interpolation.InterpolationException
expression
- the expression to evaluateartifact
- the artifact to use as value object for tokens
org.codehaus.plexus.interpolation.InterpolationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |