|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clapper.curn.CurnFactory
public class CurnFactory
This static singleton class is used to allocate a new Curn
object for RSS processing. Hiding the allocation behind a factory allows
for various bootstrap activities, including the installation and use of
a different class loader that adds the plug-in jars and directories
to the load path at runtime.
| Method Summary | |
|---|---|
static Curn |
newCurn()
Create a new Curn object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Curn newCurn()
throws CurnException
Curn object. The resulting object will be
loaded via a different class loader. This method also implicitly
loads the plug-ins.
CurnException - on error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||