Uses of Interface
org.apache.maven.plugin.ear.output.FileNameMapping
-
Packages that use FileNameMapping Package Description org.apache.maven.plugin.ear org.apache.maven.plugin.ear.output -
-
Uses of FileNameMapping in org.apache.maven.plugin.ear
Fields in org.apache.maven.plugin.ear declared as FileNameMapping Modifier and Type Field Description private FileNameMappingEarExecutionContext. fileNameMappingMethods in org.apache.maven.plugin.ear that return FileNameMapping Modifier and Type Method Description FileNameMappingEarExecutionContext. getFileNameMapping() -
Uses of FileNameMapping in org.apache.maven.plugin.ear.output
Classes in org.apache.maven.plugin.ear.output that implement FileNameMapping Modifier and Type Class Description classAbstractFileNameMappingA base class used to generate the standard name of an artifact instead of relying on the (potentially) wrong file name provided byArtifact.getFile().classFullFileNameMappingA full file name mapping, useful if artifacts might have the same name across groups.classNoVersionFileNameMappingA simplified version of the standard file name mapping which does not retain the version in the generated file name.classNoVersionForEjbFileNameMappingA more sophisticated file name mapping which retains the version only for library jars and leaves it out for for ejb-jars.classStandardFileNameMappingThe standard file name mapping.Methods in org.apache.maven.plugin.ear.output that return FileNameMapping Modifier and Type Method Description static FileNameMappingFileNameMappingFactory. getDefaultFileNameMapping()static FileNameMappingFileNameMappingFactory. getFileNameMapping(java.lang.String nameOrClass)Returns the file name mapping implementation based on a logical name of a fully qualified name of the class.
-