joeq.Main
Class Bootstrapper

java.lang.Object
  extended by joeq.Main.Bootstrapper

public abstract class Bootstrapper
extends Object


Constructor Summary
Bootstrapper()
           
 
Method Summary
static void dumpClassSet(Set s)
           
static void dumpMethodSet(Set s)
           
static void err(String s)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bootstrapper

public Bootstrapper()
Method Detail

main

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

dumpClassSet

public static void dumpClassSet(Set s)
                         throws IOException
Throws:
IOException

dumpMethodSet

public static void dumpMethodSet(Set s)
                          throws IOException
Throws:
IOException

err

public static void err(String s)


Copyright © 2001-2005 John Whaley. All Rights Reserved.