eu.larkc.core.pluginManager.remote.GAT
Class UriList

java.lang.Object
  extended by eu.larkc.core.pluginManager.remote.GAT.UriList

public class UriList
extends java.lang.Object

Contains static definition of URIs used in the rdf resource description

Author:
hpcochep

Field Summary
static org.openrdf.model.URI GAT_RESOURCE
          This URI represents the URI identifying GAT resource properties.
static org.openrdf.model.URI JEE_RESOURCE
          This URI represents the URI identifying Servlet.Tomcat resource properties.
static java.lang.String LARKC
          Namespace for LarKC.
static java.lang.String RDF
          Namespace for RDF.
static org.openrdf.model.URI RESOURCE_GAT_Broker
          This URI represents the URI for the predicate resourceGatBroker.
static org.openrdf.model.URI RESOURCE_GAT_FileAdaptor
          This URI represents the URI for the predicate resourceGatFileAdaptor.
static org.openrdf.model.URI RESOURCE_GAT_JAVA_ARGS
          This URI represents the URI for the predicate resourceGatJavaArgs.
static org.openrdf.model.URI RESOURCE_GAT_JAVA_DIR
          This URI represents the URI for the predicate resourceGatJavaDir.
static org.openrdf.model.URI RESOURCE_GAT_LARKC_DIR
          This URI represents the URI for the predicate resourceGatLarkcDir.
static org.openrdf.model.URI RESOURCE_GAT_URI
          This URI represents the URI for the predicate resourceGatUri.
static org.openrdf.model.URI RESOURCE_GAT_WORK_DIR
          This URI represents the URI for the predicate resourceGatWorkDir.
static org.openrdf.model.URI RESOURCE_ID
          This URI represents the URI for the predicate resourceID.
static org.openrdf.model.URI RESOURCE_JEE_URI
          This URI represents the URI for the predicate resourceID.
static org.openrdf.model.URI RESOURCE_PROPERTIES
          This URI represents the URI for the predicate resourceGatProperties.
static org.openrdf.model.URI RESOURCE_TYPE
          This URI represents the URI for the predicate resourceType.
 
Constructor Summary
UriList()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LARKC

public static final java.lang.String LARKC
Namespace for LarKC.

See Also:
Constant Field Values

RDF

public static final java.lang.String RDF
Namespace for RDF.

See Also:
Constant Field Values

GAT_RESOURCE

public static final org.openrdf.model.URI GAT_RESOURCE
This URI represents the URI identifying GAT resource properties.


JEE_RESOURCE

public static final org.openrdf.model.URI JEE_RESOURCE
This URI represents the URI identifying Servlet.Tomcat resource properties.


RESOURCE_JEE_URI

public static final org.openrdf.model.URI RESOURCE_JEE_URI
This URI represents the URI for the predicate resourceID.


RESOURCE_ID

public static final org.openrdf.model.URI RESOURCE_ID
This URI represents the URI for the predicate resourceID.


RESOURCE_TYPE

public static final org.openrdf.model.URI RESOURCE_TYPE
This URI represents the URI for the predicate resourceType.


RESOURCE_PROPERTIES

public static final org.openrdf.model.URI RESOURCE_PROPERTIES
This URI represents the URI for the predicate resourceGatProperties.


RESOURCE_GAT_Broker

public static final org.openrdf.model.URI RESOURCE_GAT_Broker
This URI represents the URI for the predicate resourceGatBroker.


RESOURCE_GAT_FileAdaptor

public static final org.openrdf.model.URI RESOURCE_GAT_FileAdaptor
This URI represents the URI for the predicate resourceGatFileAdaptor.


RESOURCE_GAT_URI

public static final org.openrdf.model.URI RESOURCE_GAT_URI
This URI represents the URI for the predicate resourceGatUri.


RESOURCE_GAT_LARKC_DIR

public static final org.openrdf.model.URI RESOURCE_GAT_LARKC_DIR
This URI represents the URI for the predicate resourceGatLarkcDir.


RESOURCE_GAT_WORK_DIR

public static final org.openrdf.model.URI RESOURCE_GAT_WORK_DIR
This URI represents the URI for the predicate resourceGatWorkDir.


RESOURCE_GAT_JAVA_DIR

public static final org.openrdf.model.URI RESOURCE_GAT_JAVA_DIR
This URI represents the URI for the predicate resourceGatJavaDir.


RESOURCE_GAT_JAVA_ARGS

public static final org.openrdf.model.URI RESOURCE_GAT_JAVA_ARGS
This URI represents the URI for the predicate resourceGatJavaArgs.

Constructor Detail

UriList

public UriList()