daikon.tools
Class DtraceConvert

Object
  extended by DtraceConvert

public class DtraceConvert
extends Object

This tool converts between the textual and binary Daikon file formats. Its input is any number of files in either format. By default it converts each file to binary format. If the --textoutput argument is supplied, it converts each file to textual format.


Field Summary
static boolean binary
           
static boolean compressed
           
static boolean dbg
           
static boolean text
           
 
Constructor Summary
DtraceConvert()
           
 
Method Summary
static void main(String[] args)
           
static void mainHelper(String[] args)
          This does the work of main, but it never calls System.exit, so it is appropriate to be called progrmmatically.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbg

public static boolean dbg

binary

public static boolean binary

text

public static boolean text

compressed

public static boolean compressed
Constructor Detail

DtraceConvert

public DtraceConvert()
Method Detail

main

public static void main(String[] args)

mainHelper

public static void mainHelper(String[] args)
This does the work of main, but it never calls System.exit, so it is appropriate to be called progrmmatically. Termination of the program with a message to the user is indicated by throwing daikon.Daikon.TerminationMessage.

See Also:
main(String[]), Daikon.TerminationMessage