JTP API Documentation

jtp.context
Class Configurator

java.lang.Object
  |
  +--jtp.util.RDFObjectFactory
        |
        +--jtp.context.Configurator

public class Configurator
extends RDFObjectFactory


Field Summary
protected  com.hp.hpl.jena.rdf.model.Property DISPATCH_TO
           
static String JTP_CFG_NS
           
 
Fields inherited from class jtp.util.RDFObjectFactory
CLASS_NAME, DEFINING_OBJECT, DEFINING_PROPERTY, ELEMENTS, JAVA_NS, model, OBJECT, PROPERTY, PROPERTY_NAME, PROPERTY_VALUE, resourceTable, STRING_CONTENTS
 
Constructor Summary
Configurator()
           
 
Method Summary
 void load(String cfgURI)
           
 void readObjects()
           
 
Methods inherited from class jtp.util.RDFObjectFactory
get, getModel, getPropertyValues, getResourceTable, getSinglePropertyValue, interpret, put, readObject, readPropertyValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JTP_CFG_NS

public static final String JTP_CFG_NS
See Also:
Constant Field Values

DISPATCH_TO

protected com.hp.hpl.jena.rdf.model.Property DISPATCH_TO
Constructor Detail

Configurator

public Configurator()
Method Detail

load

public void load(String cfgURI)

readObjects

public void readObjects()
                 throws ClassNotFoundException,
                        IntrospectionException,
                        InstantiationException,
                        IllegalAccessException,
                        InvocationTargetException
Overrides:
readObjects in class RDFObjectFactory
ClassNotFoundException
IntrospectionException
InstantiationException
IllegalAccessException
InvocationTargetException

JTP API Documentation