org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl
Class PathDataSource

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl.PathDataSource

public class PathDataSource
extends java.lang.Object

Author:
Dimitris Katris, NKUA


Constructor Summary
PathDataSource(java.lang.String input, Parameter[] inputParameters)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
 void initializeDistributableDataSource(java.lang.String input, Parameter[] inputParameters)
           
 boolean isClosed()
           
static void main(java.lang.String[] args)
           
 DataElement next()
           
 ContentType nextContentType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathDataSource

public PathDataSource(java.lang.String input,
                      Parameter[] inputParameters)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

isClosed

public boolean isClosed()

hasNext

public boolean hasNext()

next

public DataElement next()

initializeDistributableDataSource

public void initializeDistributableDataSource(java.lang.String input,
                                              Parameter[] inputParameters)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

close

public void close()

nextContentType

public ContentType nextContentType()