org.apache.maven.plugin.ear.output
Class FullFileNameMapping
java.lang.Object
org.apache.maven.plugin.ear.output.AbstractFileNameMapping
org.apache.maven.plugin.ear.output.FullFileNameMapping
- All Implemented Interfaces:
- FileNameMapping
public class FullFileNameMapping
- extends AbstractFileNameMapping
A full file name mapping, useful if artifacts might have the same
name across groups.
- Version:
- $Id: FullFileNameMapping.java 992847 2010-09-05 18:16:55Z snicoll $
- Author:
- Stephane Nicoll
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullFileNameMapping
public FullFileNameMapping()
mapFileName
public String mapFileName(Artifact a)
- Description copied from interface:
FileNameMapping
- 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.