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()
public static FileNameMapping getFileNameMapping(String nameOrClass) throws IllegalStateException
nameOrClass - a name of the fqn of the implementationIllegalStateException - if the implementation is not foundCopyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.