org.ceryle.wiki
Class WikiMapBootstrap

java.lang.Object
  extended by org.ceryle.wiki.WikiMapBootstrap

public class WikiMapBootstrap
extends Object

WikiMapBootstrap is a simple class whose job is to bootstrap the process of evolving from AssertionHandler to WikiMapManager by starting the harvesting process. This is done by calling the bootstrap() method.

Since:
2.5.28
Version:
$Id: WikiMapBootstrap.java,v 1.1 2007-06-15 12:10:07 altheim Exp $
Author:
Murray Altheim

Constructor Summary
WikiMapBootstrap(WikiEngine engine, TopicMapProcessor tmproc)
          Public constructor for with WikiEngine engine and a TopciMapProcessor tmproc.
 
Method Summary
 void bootstrap()
          Swap the AssertionHandler with a WikiMapManager, bootstrapping creation of its backing Topic Map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiMapBootstrap

public WikiMapBootstrap(WikiEngine engine,
                        TopicMapProcessor tmproc)
Public constructor for with WikiEngine engine and a TopciMapProcessor tmproc.

Method Detail

bootstrap

public void bootstrap()
               throws WikiMapException
Swap the AssertionHandler with a WikiMapManager, bootstrapping creation of its backing Topic Map. TODO: determine whether the wiki actually supports the assertion features. Currently an exception will be thrown when the WikiMapManager can't be started.

Throws:
WikiMapException


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.