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 MAJOR_VERSION
          Deprecated. See the VERSION constant
static String MINOR_VERSION
          Deprecated. See the VERSION constant
static String NAME
          The product name
static String PATH
          The root package name for Jena
static String REVISION_VERSION
          Deprecated. See the VERSION constant
static String UNSET
           
static String VERSION
          The full name of the current Jena version
static String VERSION_STATUS
          Deprecated. See the VERSION constant
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

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


MAJOR_VERSION

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

MINOR_VERSION

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

REVISION_VERSION

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

VERSION_STATUS

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


Licenced under the Apache License, Version 2.0