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

All Known Implementing Classes:
AbstractFileNameMapping, FullFileNameMapping, NoVersionFileNameMapping, NoVersionForEjbFileNameMapping, StandardFileNameMapping

public interface FileNameMapping

Maps file name Artifact.

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

Version:
$Id: FileNameMapping.java 992370 2010-09-03 16:48:59Z snicoll $
Author:
Stephane Nicoll

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

Method Detail

mapFileName

String mapFileName(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-2012 The Apache Software Foundation. All Rights Reserved.