net.sf.logdistiller
Class Publishers

java.lang.Object
  extended by net.sf.logdistiller.Publishers
Direct Known Subclasses:
BasePublishers

public abstract class Publishers
extends Object

Definition of available report publishers.


Field Summary
static List ALL
           
static Map MAP
           
 
Constructor Summary
Publishers()
           
 
Method Summary
abstract  List definePublishers()
          get the Publishers instances defined by this extension.
static List getAllPublishers()
          get all the report publishers defined (predefined and custom).
static Publisher getPublisher(String id)
           
static String listAllPublishersIds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final List ALL

MAP

public static final Map MAP
Constructor Detail

Publishers

public Publishers()
Method Detail

definePublishers

public abstract List definePublishers()
get the Publishers instances defined by this extension.

Returns:
the list of publishers
See Also:
LogType

getAllPublishers

public static List getAllPublishers()
get all the report publishers defined (predefined and custom).


listAllPublishersIds

public static String listAllPublishersIds()

getPublisher

public static Publisher getPublisher(String id)


Copyright © 2004-2009. All Rights Reserved.