jsystem.treeui.publisher
Class PublisherManager

java.lang.Object
  extended byjsystem.treeui.publisher.PublisherManager

public class PublisherManager
extends Object

This class is used to load the publisher. The publisher class is read from the jsystem.properties file under 'publisher'


Method Summary
static PublisherManager getInstance()
          Use it to get an instance of the publisher manager.
 Publisher getPublisher()
          used to return the publisher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PublisherManager getInstance()
Use it to get an instance of the publisher manager.

Returns:

getPublisher

public Publisher getPublisher()
used to return the publisher

Returns:
the publisher object