org.mmbase.datatypes.processors
Class CopyProcessor

java.lang.Object
  extended byorg.mmbase.datatypes.processors.CopyProcessor
All Implemented Interfaces:
Processor, Serializable

public final class CopyProcessor
extends Object
implements Processor

The Processor that does nothing.

Since:
MMBase-1.8
Version:
$Id: CopyProcessor.java,v 1.3 2005/12/10 14:33:36 michiel Exp $
Author:
Michiel Meeuwissen
See Also:
Serialized Form

Constructor Summary
CopyProcessor()
           
 
Method Summary
static CopyProcessor getInstance()
           
 Object process(Node node, Field field, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CopyProcessor

public CopyProcessor()
Method Detail

getInstance

public static CopyProcessor getInstance()

process

public final Object process(Node node,
                            Field field,
                            Object value)
Specified by:
process in interface Processor
Parameters:
node - The node object for which the field must be transformed.
field - The field which is set.
value - The (new) field value.

toString

public String toString()


MMBase build 1.8.1.20060716