org.apache.maven.shared.model.fileset
Class Mapper

java.lang.Object
  extended byorg.apache.maven.shared.model.fileset.Mapper
All Implemented Interfaces:
Serializable

public class Mapper
extends Object
implements Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Mapper()
           
 
Method Summary
 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 getModelEncoding()
           
 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 setModelEncoding(String modelEncoding)
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapper

public Mapper()
Method Detail

getClassname

public String getClassname()
Get Allows specification of a custom mapper implementation. The class must be of type org.apache.maven.shared.model.fileset.mappers.FileNameMapper, from the artifact org.apache.maven.shared:file-management.


getFrom

public String getFrom()
Get Specifies a type-specific pattern for matching source paths which should be mapped.


getTo

public String getTo()
Get Specifies a type-specific pattern for producing paths based on source paths.


getType

public String getType()
Get Specifies a built-in mapper implementation.
Valid values:


setClassname

public void setClassname(String classname)
Set Allows specification of a custom mapper implementation. The class must be of type org.apache.maven.shared.model.fileset.mappers.FileNameMapper, from the artifact org.apache.maven.shared:file-management.

Parameters:
classname -

setFrom

public void setFrom(String from)
Set Specifies a type-specific pattern for matching source paths which should be mapped.

Parameters:
from -

setTo

public void setTo(String to)
Set Specifies a type-specific pattern for producing paths based on source paths.

Parameters:
to -

setType

public void setType(String type)
Set Specifies a built-in mapper implementation.
Valid values:

Parameters:
type -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.