com.northconcepts.datapipeline.transform
Class ExcludeFields

java.lang.Object
  extended by com.northconcepts.datapipeline.transform.Transformer
      extended by com.northconcepts.datapipeline.transform.ExcludeFields

public class ExcludeFields
extends Transformer


Constructor Summary
ExcludeFields(String... fieldNames)
           
 
Method Summary
 ExcludeFields add(String... fieldNames)
           
 String toString()
           
 boolean transform(Record record)
           
 
Methods inherited from class com.northconcepts.datapipeline.transform.Transformer
addExceptionProperties, getReader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExcludeFields

public ExcludeFields(String... fieldNames)
Method Detail

add

public ExcludeFields add(String... fieldNames)

transform

public boolean transform(Record record)
                  throws Throwable
Specified by:
transform in class Transformer
Throws:
Throwable

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.