com.ondelette.servlet.webforum
Class ForumFactory

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

public class ForumFactory
extends java.lang.Object

A factory for forums


Constructor Summary
ForumFactory()
           
 
Method Summary
static void destroy()
           
static Forum getForum(java.io.File ForumFile)
          Gets the forum attribute of the ForumFactory class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumFactory

public ForumFactory()
Method Detail

getForum

public static Forum getForum(java.io.File ForumFile)
                      throws java.io.IOException
Gets the forum attribute of the ForumFactory class

Parameters:
ForumFile -
Returns:
The forum value
Throws:
java.io.IOException
Since:
0.30

destroy

public static void destroy()
Since:
0.30