public final class MapperUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Properties |
implementations |
private static java.lang.String |
MAPPER_PROPERTIES |
| Modifier | Constructor and Description |
|---|---|
private |
MapperUtil() |
| Modifier and Type | Method and Description |
|---|---|
static FileNameMapper |
getFileNameMapper(Mapper mapper)
Returns a fully configured FileNameMapper implementation.
|
private static void |
initializeBuiltIns()
Initializes a properties object to store the built-in classnames.
|
private static final java.lang.String MAPPER_PROPERTIES
private static java.util.Properties implementations
private static void initializeBuiltIns()
public static FileNameMapper getFileNameMapper(Mapper mapper) throws MapperException
mapper - MapperFileNameMapperMapperException - in case of an error.