org.apache.bcel.verifier

Class TransitiveHull

Implemented Interfaces:
VerifierFactoryObserver

public class TransitiveHull
extends java.lang.Object
implements VerifierFactoryObserver

This class has a main method implementing a demonstration program of how to use the VerifierFactoryObserver. It transitively verifies all class files encountered; this may take up a lot of time and, more notably, memory.
Version:
$Id: TransitiveHull.java,v 1.1.1.1 2001/10/29 20:00:31 jvanzyl Exp $
Author:
Enver Haase

Method Summary

static void
main(String[] args)
This method implements a demonstration program of how to use the VerifierFactoryObserver.
void
update(String classname)

Method Details

main

public static void main(String[] args)
This method implements a demonstration program of how to use the VerifierFactoryObserver. It transitively verifies all class files encountered; this may take up a lot of time and, more notably, memory.

update

public void update(String classname)
Specified by:
update in interface VerifierFactoryObserver