org.joseki.test
Class ClearModelProcessor
java.lang.Object
org.joseki.server.processors.ProcessorCom
org.joseki.server.processors.ZeroArgProcessor
org.joseki.test.ClearModelProcessor
- All Implemented Interfaces:
- Loadable, Processor
- public class ClearModelProcessor
- extends ZeroArgProcessor
This processor is only for testing. It is not a good idea to have
on a live system.
- Version:
- $Id: ClearModelProcessor.java,v 1.4 2004/04/30 14:13:13 andy_seaborne Exp $
- Author:
- Andy Seaborne
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearModelProcessor
public ClearModelProcessor()
getInterfaceURI
public java.lang.String getInterfaceURI()
- Description copied from interface:
Loadable
- The URI for this loadable class.
Must agree with the URI specified on loading (if any).
execZeroArg
public com.hp.hpl.jena.rdf.model.Model execZeroArg(ModelSource src,
Request request)
throws com.hp.hpl.jena.rdf.model.RDFException,
ExecutionException
- Specified by:
execZeroArg
in class ZeroArgProcessor
- Throws:
com.hp.hpl.jena.rdf.model.RDFException
ExecutionException
Copyright © 2002 Hewlett-Packard. All Rights Reserved.