org.apache.tools.ant.taskdefs.optional.junit
Class BatchTest.FileList

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.optional.junit.BatchTest.FileList
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
BatchTest

public class BatchTest.FileList
extends java.lang.Object
implements java.util.Enumeration


Method Summary
 boolean hasMoreElements()
           
 java.lang.String javaToClass(java.lang.String fileName)
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasMoreElements

public final boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public final java.lang.Object nextElement()
                                   throws java.util.NoSuchElementException
Specified by:
nextElement in interface java.util.Enumeration

javaToClass

public final java.lang.String javaToClass(java.lang.String fileName)


Copyright © 2000 Apache Software Foundation. All Rights Reserved.