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

Packages that use FileNameMapping
org.apache.maven.plugin.ear   
org.apache.maven.plugin.ear.output   
 

Uses of FileNameMapping in org.apache.maven.plugin.ear
 

Methods in org.apache.maven.plugin.ear that return FileNameMapping
 FileNameMapping EarExecutionContext.getFileNameMapping()
           
 

Uses of FileNameMapping in org.apache.maven.plugin.ear.output
 

Classes in org.apache.maven.plugin.ear.output that implement FileNameMapping
 class FullFileNameMapping
          A full file name mapping, useful if artifacts might have the same name accross groups.
 class StandardFileNameMapping
          The standard fine name mapping.
 

Methods in org.apache.maven.plugin.ear.output that return FileNameMapping
 FileNameMapping FileNameMappingFactory.getDefaultFileNameMapping()
           
 FileNameMapping FileNameMappingFactory.getFileNameMapping(java.lang.String nameOrClass)
          Returns the file name mapping implementation based on a logical name of a fully qualified name of the class.
 



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