| Modifier and Type | Class and Description |
|---|---|
static class |
Mapper.MapperType |
| Modifier and Type | Field and Description |
|---|---|
protected String |
classname |
protected Path |
classpath |
protected String |
from |
protected String |
to |
protected Mapper.MapperType |
type |
| Constructor and Description |
|---|
Mapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(FileNameMapper fileNameMapper)
Add a nested
FileNameMapper. |
void |
addConfiguredMapper(Mapper mapper)
Add a Mapper
|
FileNameMapper |
getImplementation()
Returns a fully configured FileNameMapper implementation.
|
protected Class |
getImplementationClass()
Gets the Class object associated with the mapper implementation.
|
void |
setClassname(String classname)
Set the class name of the FileNameMapper to use.
|
void |
setFrom(String from)
Set the argument to FileNameMapper.setFrom
|
void |
setTo(String to)
Set the argument to FileNameMapper.setTo
|
void |
setType(Mapper.MapperType type)
Set the type of
FileNameMapper to use. |
getDescription, isChecked, noChildrenAllowed, setChecked, setDescription, tooManyAttributesprotected Mapper.MapperType type
protected String classname
protected Path classpath
protected String from
protected String to
public void setType(Mapper.MapperType type)
FileNameMapper to use.type - the MapperType enumerated attribute.public void add(FileNameMapper fileNameMapper) throws Exception
FileNameMapper.fileNameMapper - the FileNameMapper to add.Exceptionpublic void addConfiguredMapper(Mapper mapper) throws Exception
mapper - the mapper to addExceptionpublic void setClassname(String classname)
public void setFrom(String from)
public void setTo(String to)
public FileNameMapper getImplementation() throws Exception
Exceptionprotected Class getImplementationClass() throws ClassNotFoundException
Class.ClassNotFoundExceptionCopyright © 2001–2025. All rights reserved.