org.drools.template.objects
Class ArrayDataProvider
java.lang.Object
org.drools.template.objects.ArrayDataProvider
- All Implemented Interfaces:
- DataProvider
public class ArrayDataProvider
- extends Object
- implements DataProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayDataProvider
public ArrayDataProvider(String[][] rows)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface DataProvider
next
public String[] next()
- Specified by:
next
in interface DataProvider
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.