org.apache.maven.plugin.ear.output
Class FullFileNameMapping

java.lang.Object
  extended by org.apache.maven.plugin.ear.output.FullFileNameMapping
All Implemented Interfaces:
FileNameMapping

public class FullFileNameMapping
extends java.lang.Object
implements FileNameMapping

A full file name mapping, useful if artifacts might have the same name accross groups.

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

Constructor Summary
FullFileNameMapping()
           
 
Method Summary
 java.lang.String mapFileName(org.apache.maven.artifact.Artifact a)
          Returns the file name of the specified artifact.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullFileNameMapping

public FullFileNameMapping()
Method Detail

mapFileName

public java.lang.String mapFileName(org.apache.maven.artifact.Artifact a)
Description copied from interface: FileNameMapping
Returns the file name of the specified artifact.

Specified by:
mapFileName in interface FileNameMapping
Parameters:
a - the artifact
Returns:
the name of the file for the specified artifact


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