org.apache.maven.plugin.ear.output
Interface FileNameMapping

All Known Implementing Classes:
FullFileNameMapping, StandardFileNameMapping

public interface FileNameMapping

Maps file name Artifact.

TODO: it might be easier to use a token-based approach instead.

Version:
$Id: FileNameMapping.java 485857 2006-12-11 20:34:39Z snicoll $
Author:
Stephane Nicoll

Method Summary
 String mapFileName(org.apache.maven.artifact.Artifact a)
          Returns the file name of the specified artifact.
 

Method Detail

mapFileName

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


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.