com.ldodds.slug.vocabulary
Class CONFIG

java.lang.Object
  extended bycom.ldodds.slug.vocabulary.CONFIG

public class CONFIG
extends java.lang.Object


Field Summary
static Property cache
           
static Resource Component
           
static Property consumers
           
static Resource DatabaseMemory
           
static Property dbName
           
static Property dbURL
           
static Property depth
           
static Property driver
           
static Property file
           
static Resource FileMemory
           
static Property filter
           
static Property filters
           
static Property hasMemory
           
static Property impl
           
static Resource Memory
           
static Resource MemoryHolder
           
static Property modelURI
           
static Resource NAMESPACE
          The namespace of the vocabulary as a resource
static java.lang.String NS
          The namespace of the vocabulary as a string
static Property pass
           
static Resource Scutter
           
static Property user
           
static Property workers
           
 
Constructor Summary
CONFIG()
           
 
Method Summary
static java.lang.String getURI()
          The namespace of the vocabulary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final Resource NAMESPACE

The namespace of the vocabulary as a resource


impl

public static final Property impl

file

public static final Property file

consumers

public static final Property consumers

dbURL

public static final Property dbURL

cache

public static final Property cache

user

public static final Property user

filter

public static final Property filter

driver

public static final Property driver

hasMemory

public static final Property hasMemory

workers

public static final Property workers

depth

public static final Property depth

modelURI

public static final Property modelURI

filters

public static final Property filters

pass

public static final Property pass

dbName

public static final Property dbName

MemoryHolder

public static final Resource MemoryHolder

Scutter

public static final Resource Scutter

Memory

public static final Resource Memory

FileMemory

public static final Resource FileMemory

DatabaseMemory

public static final Resource DatabaseMemory

Component

public static final Resource Component
Constructor Detail

CONFIG

public CONFIG()
Method Detail

getURI

public static java.lang.String getURI()

The namespace of the vocabulary as a string

See Also:
NS