com.ondelette.servlet.webforum
Class UserListFactory

java.lang.Object
  |
  +--com.ondelette.servlet.webforum.UserListFactory

public class UserListFactory
extends java.lang.Object

Description of the Class


Constructor Summary
UserListFactory()
           
 
Method Summary
static void destroy()
           
static UserList getUserList(java.io.File file)
          Gets the userList attribute of the UserListFactory class
static UserList removeUserList(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListFactory

public UserListFactory()
Method Detail

getUserList

public static UserList getUserList(java.io.File file)
Gets the userList attribute of the UserListFactory class

Parameters:
file -
Returns:
The userList value
Since:
0.30

removeUserList

public static UserList removeUserList(java.io.File file)

destroy

public static void destroy()