com.sri.emo.commandline
Class Export

java.lang.Object
  extended by com.sri.emo.commandline.AbstractEmoUtility
      extended by com.sri.emo.commandline.Export

public class Export
extends AbstractEmoUtility

Version:
1.0
Author:
Michael Rimov

Constructor Summary
Export(NodeTracker nodeTracker, SqlRowGenerator generator, TagSelectionFactory selectionFactory)
           
 
Method Summary
 int exportNodes(PrintWriter writer)
           
static void main(String[] args)
           
protected static String[] parseTags(String commandLineArg)
           
protected static void usage()
          Ok, so I need to come up with a better usage statement.
 
Methods inherited from class com.sri.emo.commandline.AbstractEmoUtility
checkArgs, setupExpresso
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Export

public Export(NodeTracker nodeTracker,
              SqlRowGenerator generator,
              TagSelectionFactory selectionFactory)
Method Detail

main

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

exportNodes

public int exportNodes(PrintWriter writer)
                throws DBException
Throws:
DBException

parseTags

protected static String[] parseTags(String commandLineArg)

usage

protected static void usage()
Ok, so I need to come up with a better usage statement. Especially since this will probably be run from an ANT task.



Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.