org.topbraidcomposer.core.io
Class IOParticipants

java.lang.Object
  extended by org.topbraidcomposer.core.io.IOParticipants

public class IOParticipants
extends java.lang.Object

A Singleton to conveniently access the registered IOParticipants.

Author:
Holger Knublauch

Field Summary
static java.lang.String EXTENSION_POINT
           
 
Constructor Summary
IOParticipants()
           
 
Method Summary
static java.util.Iterator listActions()
           
static void notifySaved(ISession session, com.hp.hpl.jena.rdf.model.Model baseModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_POINT

public static final java.lang.String EXTENSION_POINT
See Also:
Constant Field Values
Constructor Detail

IOParticipants

public IOParticipants()
Method Detail

notifySaved

public static void notifySaved(ISession session,
                               com.hp.hpl.jena.rdf.model.Model baseModel)

listActions

public static java.util.Iterator listActions()