public class Mapper extends Object implements Serializable
Constructor and Description |
---|
Mapper() |
Modifier and Type | Method and Description |
---|---|
String |
getClassname()
Get allows specification of a custom mapper implementation.
|
String |
getFrom()
Get specifies a type-specific pattern for matching source
paths which should be mapped.
|
String |
getTo()
Get specifies a type-specific pattern for producing paths
based on source paths.
|
String |
getType()
Get specifies a built-in mapper implementation.
|
void |
setClassname(String classname)
Set allows specification of a custom mapper implementation.
|
void |
setFrom(String from)
Set specifies a type-specific pattern for matching source
paths which should be mapped.
|
void |
setTo(String to)
Set specifies a type-specific pattern for producing paths
based on source paths.
|
void |
setType(String type)
Set specifies a built-in mapper implementation.
|
public String getClassname()
public String getFrom()
public String getTo()
public String getType()
public void setClassname(String classname)
classname
- public void setFrom(String from)
from
- public void setTo(String to)
to
- public void setType(String type)
type
- Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.