org.topbraid.strings
Class LabelsPlugins

java.lang.Object
  extended by org.topbraid.strings.LabelsPlugins

public class LabelsPlugins
extends java.lang.Object

A Singleton to conveniently access the registered LabelsPlugins.

Author:
Holger Knublauch

Field Summary
static java.lang.String EXTENSION_POINT
           
 
Constructor Summary
LabelsPlugins()
           
 
Method Summary
static boolean appendLabel(java.lang.StringBuffer buffer, com.hp.hpl.jena.rdf.model.RDFNode node, boolean multiLine)
           
static java.util.Iterator listPlugins()
           
 
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

LabelsPlugins

public LabelsPlugins()
Method Detail

appendLabel

public static boolean appendLabel(java.lang.StringBuffer buffer,
                                  com.hp.hpl.jena.rdf.model.RDFNode node,
                                  boolean multiLine)

listPlugins

public static java.util.Iterator listPlugins()