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 java.lang.String BUILD_DATE
          The date and time at which this release was built
static java.lang.String MAJOR_VERSION
          Deprecated. See the VERSION constant
static java.lang.String MINOR_VERSION
          Deprecated. See the VERSION constant
static java.lang.String NAME
          The product name
static java.lang.String PATH
          The root package name for Jena
static java.lang.String REVISION_VERSION
          Deprecated. See the VERSION constant
static java.lang.String UNSET
           
static java.lang.String VERSION
          The full name of the current Jena version
static java.lang.String VERSION_STATUS
          Deprecated. See the VERSION constant
static java.lang.String WEBSITE
          The Jena web site
 

Field Detail

PATH

static final java.lang.String PATH
The root package name for Jena

See Also:
Constant Field Values

UNSET

static final java.lang.String UNSET
See Also:
Constant Field Values

NAME

static final java.lang.String NAME
The product name


WEBSITE

static final java.lang.String WEBSITE
The Jena web site


VERSION

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


BUILD_DATE

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


MAJOR_VERSION

@Deprecated
static final java.lang.String MAJOR_VERSION
Deprecated. See the VERSION constant
See Also:
Constant Field Values

MINOR_VERSION

@Deprecated
static final java.lang.String MINOR_VERSION
Deprecated. See the VERSION constant
See Also:
Constant Field Values

REVISION_VERSION

@Deprecated
static final java.lang.String REVISION_VERSION
Deprecated. See the VERSION constant
See Also:
Constant Field Values

VERSION_STATUS

@Deprecated
static final java.lang.String VERSION_STATUS
Deprecated. See the VERSION constant
See Also:
Constant Field Values


Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP