org.apache.bcel.verifier

Class TransitiveHull

public class TransitiveHull extends 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 386056 2006-03-15 11:31:56Z tcurdt $

Author: Enver Haase

Method Summary
static voidmain(String[] args)
This method implements a demonstration program of how to use the VerifierFactoryObserver.
voidupdate(String classname)

Method Detail

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)
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.