edu.umd.cs.findbugs.classfile

Interface IScannableCodeBase

public interface IScannableCodeBase extends ICodeBase

A scannable code base: in addition to looking up a named resource, scannable code bases can also enumerate the names of the resources they contain.

Author: David Hovemeyer

Method Summary
ICodeBaseIteratoriterator()
Get an iterator over the resources in the this code base.

Method Detail

iterator

public ICodeBaseIterator iterator()
Get an iterator over the resources in the this code base.

Returns: ICodeBaseIterator over the resources in the code base

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.