Interface FileNameMapping
-
- All Known Implementing Classes:
AbstractFileNameMapping
,FullFileNameMapping
,NoVersionFileNameMapping
,NoVersionForEjbFileNameMapping
,StandardFileNameMapping
public interface FileNameMapping
Maps file nameArtifact
. TODO: it might be easier to use a token-based approach instead.- Version:
- $Id: FileNameMapping.java 1645331 2014-12-13 17:31:09Z khmarbaise $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
mapFileName(org.apache.maven.artifact.Artifact a)
Returns the file name of the specified artifact.void
setUseBaseVersion(boolean useBaseVersion)
-
-
-
Method Detail
-
setUseBaseVersion
void setUseBaseVersion(boolean useBaseVersion)
- Parameters:
useBaseVersion
- true if the base version will be use false otherwise.
-
mapFileName
java.lang.String mapFileName(org.apache.maven.artifact.Artifact a)
Returns the file name of the specified artifact.- Parameters:
a
- the artifact- Returns:
- the name of the file for the specified artifact
-
-