org.starhope.appius.user
Class UserListIteratorDefaultFactory

java.lang.Object
  extended by org.starhope.appius.user.UserListIteratorDefaultFactory

public class UserListIteratorDefaultFactory
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Constructor Summary
UserListIteratorDefaultFactory()
           
 
Method Summary
static UserListIterator iterator(AbstractUser user, String list)
          WRITEME: Document this method brpocock@star-hope.org
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListIteratorDefaultFactory

public UserListIteratorDefaultFactory()
Method Detail

iterator

public static UserListIterator iterator(AbstractUser user,
                                        String list)
WRITEME: Document this method brpocock@star-hope.org

Parameters:
user - WRITEME
list - WRITEME
Returns:
WRITEME