org.jboss.jsfunit.analysis.el
Class ELExpressionIterator

java.lang.Object
  extended by org.jboss.jsfunit.analysis.el.ELExpressionIterator
All Implemented Interfaces:
Iterator<ELBundle>

public class ELExpressionIterator
extends Object
implements Iterator<ELBundle>

Since:
1.0
Author:
Jason

Constructor Summary
ELExpressionIterator(File file, Collection<Pattern> skipPatterns)
           
 
Method Summary
 boolean hasNext()
           
 ELBundle next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELExpressionIterator

public ELExpressionIterator(File file,
                            Collection<Pattern> skipPatterns)
                     throws IOException
Throws:
IOException
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<ELBundle>

next

public ELBundle next()
Specified by:
next in interface Iterator<ELBundle>

remove

public void remove()
Specified by:
remove in interface Iterator<ELBundle>


Copyright © 2007-2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.