com.hp.hpl.jena
Interface Jena

All Known Implementing Classes:
version

public interface Jena

Provides various meta-data constants about the Jena package.


Field Summary
static String BUILD_DATE
          The date and time at which this release was built
static String MPATH
          The root name for metadata
static String NAME
          The product name
static String PATH
          The root package name for Jena
static String UNSET
           
static String VERSION
          The full name of the current Jena version
static String WEBSITE
          The Jena web site
 

Field Detail

PATH

static final String PATH
The root package name for Jena

See Also:
Constant Field Values

MPATH

static final String MPATH
The root name for metadata

See Also:
Constant Field Values

UNSET

static final String UNSET
See Also:
Constant Field Values

NAME

static final String NAME
The product name


WEBSITE

static final String WEBSITE
The Jena web site


VERSION

static final String VERSION
The full name of the current Jena version


BUILD_DATE

static final String BUILD_DATE
The date and time at which this release was built



Licenced under the Apache License, Version 2.0