Multivalent API

multivalent.devel
Class Check

java.lang.Object
  extended by multivalent.devel.Check

public class Check
extends java.lang.Object

Check for likely coding problems.

How to run

java -classpath .../Multivalent.jar devel.Check [options] class-or-JAR-or-directory...
where options

Version:
$Revision: 1.9 $ $Date: 2003/06/02 05:12:18 $

Field Summary
static java.lang.String USAGE
           
static java.lang.String VERSION
           
 
Constructor Summary
Check(com.pt.io.FileList files)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USAGE

public static final java.lang.String USAGE
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values
Constructor Detail

Check

public Check(com.pt.io.FileList files)
Method Detail

main

public static void main(java.lang.String[] argv)

Multivalent API