Class StandardFileNameMapping

  • All Implemented Interfaces:
    FileNameMapping

    public class StandardFileNameMapping
    extends AbstractFileNameMapping
    The standard file name mapping. It returns the name of the file in the local repository.
    Version:
    $Id: StandardFileNameMapping.java 1645331 2014-12-13 17:31:09Z khmarbaise $
    • Constructor Detail

      • StandardFileNameMapping

        public StandardFileNameMapping()
    • Method Detail

      • mapFileName

        public 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