public class FileNameMappingFactory extends Object
FileNameMapping implementations.
Two basic implementations are provided by default:
| Modifier and Type | Method and Description |
|---|---|
static FileNameMapping |
getDefaultFileNameMapping() |
static FileNameMapping |
getFileNameMapping(String nameOrClass)
Returns the file name mapping implementation based on a logical name of a fully qualified name of the class.
|
public static FileNameMapping getDefaultFileNameMapping()
StandardFileNameMappingpublic static FileNameMapping getFileNameMapping(String nameOrClass)
nameOrClass - a name of the fqn of the implementationCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.