org.apache.jena.riot
Class RIOT

java.lang.Object
  extended by org.apache.jena.riot.RIOT

public class RIOT
extends Object


Field Summary
static String BUILD_DATE
           
static String NAME
          The product name
static String PATH
          The root package name for RIOT
static String riotIRI
          IRI for ARQ
static String VERSION
           
 
Constructor Summary
RIOT()
           
 
Method Summary
static String getBuildDate()
           
static String getVersion()
           
static void init()
           
static void register()
           
static void setStrictMode(boolean state)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

riotIRI

public static final String riotIRI
IRI for ARQ

See Also:
Constant Field Values

NAME

public static final String NAME
The product name

See Also:
Constant Field Values

VERSION

public static String VERSION

BUILD_DATE

public static String BUILD_DATE

PATH

public static final String PATH
The root package name for RIOT

See Also:
Constant Field Values
Constructor Detail

RIOT

public RIOT()
Method Detail

setStrictMode

public static void setStrictMode(boolean state)

init

public static void init()

register

public static void register()

getVersion

public static String getVersion()

getBuildDate

public static String getBuildDate()


Licenced under the Apache License, Version 2.0