de.unihalle.informatik.Alida.tools
Class PrintDataIOProvider

java.lang.Object
  extended by de.unihalle.informatik.Alida.tools.PrintDataIOProvider

public class PrintDataIOProvider
extends Object

A helper class to adminstrate the ALDIA dataIO system. Prints the mapping of java classes to registered dataIO providers for the interface type requested.


Constructor Summary
PrintDataIOProvider(String[] args)
          Construct a PrintDataIOProvider using args
 
Method Summary
static void main(String[] args)
          Main routine of ALDOpRunner , see usage.
 void runIt()
          This method does the complete work to scan arguments, read and write parameters and runOp the operator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintDataIOProvider

public PrintDataIOProvider(String[] args)
Construct a PrintDataIOProvider using args

Parameters:
args - command line arguments
Method Detail

main

public static void main(String[] args)
Main routine of ALDOpRunner , see usage.


runIt

public void runIt()
This method does the complete work to scan arguments, read and write parameters and runOp the operator.



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.