org.apache.tools.ant.taskdefs.optional.dependInterface ClassFileIterator
- All Known Implementing Classes:
- DirectoryIterator, JarFileIterator
public interface ClassFileIterator
Iterator interface for iterating over a set of class files
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ClassFile
getNextClassFile()
Get the next class file in the iteration
Method Detail
getNextClassFile
ClassFile getNextClassFile()Get the next class file in the iteration
- Returns:
- the next class file in the iteration