org.gcube.datatransformation.datatransformationlibrary.datahandlers.impl
Class PathDataSource
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathDataSource
public PathDataSource(java.lang.String input,
Parameter[] inputParameters)
throws java.lang.Exception
- Throws:
java.lang.Exception
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()