com.pmease.quickbuild.plugin.report.engine.generator.reader
Class PassthroughReader<T>

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.generator.reader.PassthroughReader<T>
All Implemented Interfaces:
ResourceReader<T>, TypedObject

public class PassthroughReader<T>
extends java.lang.Object
implements ResourceReader<T>


Constructor Summary
PassthroughReader()
           
 
Method Summary
 void close()
           
 java.lang.String getType()
           
 void open(ExecutionContext context)
           
 T read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassthroughReader

public PassthroughReader()
Method Detail

close

public void close()
Specified by:
close in interface ResourceReader<T>

open

public void open(ExecutionContext context)

read

public T read()
Specified by:
read in interface ResourceReader<T>

getType

public java.lang.String getType()
Specified by:
getType in interface TypedObject


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.