com.hp.hpl.jena.sparql.core.describe
Class DescribeHandlerRegistry

java.lang.Object
  extended by com.hp.hpl.jena.sparql.core.describe.DescribeHandlerRegistry

public class DescribeHandlerRegistry
extends Object

Registry of DescribeHandlers.


Method Summary
 void add(DescribeHandlerFactory handlerFactory)
           
 void clear()
           
static DescribeHandlerRegistry get()
           
static DescribeHandlerRegistry get(Context context)
           
 Iterator<DescribeHandlerFactory> handlers()
           
 List<DescribeHandler> newHandlerList()
           
 void remove(DescribeHandlerFactory handlerFactory)
           
static void set(Context context, DescribeHandlerRegistry reg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static DescribeHandlerRegistry get(Context context)

set

public static void set(Context context,
                       DescribeHandlerRegistry reg)

get

public static DescribeHandlerRegistry get()

add

public void add(DescribeHandlerFactory handlerFactory)

remove

public void remove(DescribeHandlerFactory handlerFactory)

clear

public void clear()

newHandlerList

public List<DescribeHandler> newHandlerList()

handlers

public Iterator<DescribeHandlerFactory> handlers()


Licenced under the Apache License, Version 2.0