Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jena.test
Class rdfparse  view rdfparse download rdfparse.java

java.lang.Object
  extended byjena.test.rdfparse
All Implemented Interfaces:
com.hp.hpl.jena.shared.Command

public class rdfparse
extends java.lang.Object
implements com.hp.hpl.jena.shared.Command


Field Summary
protected  boolean internetTest
           
 
Constructor Summary
rdfparse(boolean internetTest)
           
 
Method Summary
 java.lang.Object execute()
          Perform some action and return some result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

internetTest

protected boolean internetTest
Constructor Detail

rdfparse

public rdfparse(boolean internetTest)
Method Detail

execute

public java.lang.Object execute()
Description copied from interface: com.hp.hpl.jena.shared.Command
Perform some action and return some result.

Specified by:
execute in interface com.hp.hpl.jena.shared.Command