org.apache.tools.ant.taskdefs.optional.sitraka.bytecode
Class ClassPathLoader.LoaderEnumeration

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.ClassPathLoader.LoaderEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
ClassPathLoader

protected class ClassPathLoader.LoaderEnumeration
extends java.lang.Object
implements java.util.Enumeration

the loader enumeration that will return loaders


Field Summary
protected  int index
           
 
Constructor Summary
protected ClassPathLoader.LoaderEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected int index
Constructor Detail

ClassPathLoader.LoaderEnumeration

protected ClassPathLoader.LoaderEnumeration()
Method Detail

hasMoreElements

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

nextElement

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


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.