public class ServicesEnumeration
extends java.lang.Object
implements java.util.Enumeration<java.lang.String>
| Constructor and Description |
|---|
ServicesEnumeration(java.io.Reader inRdr) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Convenience method to close the passed in reader without having to catch
any resulting IOExceptions (they will be logged however).
|
java.util.HashSet<java.lang.String> |
getNonBrowsables() |
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getResourceHolder() |
boolean |
hasMoreElements() |
java.lang.String |
nextElement()
This method may throw a RuntimeException with the
original IOException as the cause.
|
public java.lang.String nextElement()
nextElement in interface java.util.Enumeration<java.lang.String>public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration<java.lang.String>public void close()
@Concealed public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getResourceHolder()
@Concealed public java.util.HashSet<java.lang.String> getNonBrowsables()