com.northconcepts.datapipeline.transform
Class IncludeFields

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

public class IncludeFields
extends Transformer


Constructor Summary
IncludeFields(String... fieldNames)
           
 
Method Summary
 IncludeFields add(String... fieldNames)
           
 FieldList getFields()
           
 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

IncludeFields

public IncludeFields(String... fieldNames)
Method Detail

getFields

public FieldList getFields()

add

public IncludeFields 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.