Package org.apache.myfaces.resource
Class ClassLoaderResourceLoaderIterator
- java.lang.Object
- 
- org.apache.myfaces.resource.ClassLoaderResourceLoaderIterator
 
- 
- 
Constructor SummaryConstructors Constructor Description ClassLoaderResourceLoaderIterator(URL url, String basePath, int maxDepth, ResourceVisitOption... options)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClassLoadergetClassLoader()booleanhasNext()Stringnext()voidremove()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
- 
- 
- 
Constructor Detail- 
ClassLoaderResourceLoaderIteratorpublic ClassLoaderResourceLoaderIterator(URL url, String basePath, int maxDepth, ResourceVisitOption... options) 
 
- 
 - 
Method Detail- 
getClassLoaderprotected ClassLoader getClassLoader() 
 
- 
 
-