org.jboss.jsfunit.analysis.el
Class ELExpressionIterator
java.lang.Object
org.jboss.jsfunit.analysis.el.ELExpressionIterator
- All Implemented Interfaces:
- Iterator<ELBundle>
public class ELExpressionIterator
- extends Object
- implements Iterator<ELBundle>
- Since:
- 1.0
- Author:
- Jason
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELExpressionIterator
public ELExpressionIterator(File file,
Collection<Pattern> skipPatterns)
throws IOException
- Throws:
IOException
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.