eu.larkc.shared
Class Resources

java.lang.Object
  extended by eu.larkc.shared.Resources

public class Resources
extends java.lang.Object

Holds file names of shared resources, such as configuration or property files. Usually the files described in this class are placed in the resources directory and can thus be loaded without knowing the respective paths, using the class loader.

Author:
Christoph Fuchs

Field Summary
static java.lang.String ENDPOINT_CLASS_MAPPINGS_XML
          Filename of the one-to-one endpoint-class mapping which defines which endpoint type will be mapped to which corresponding Java class.
static java.lang.String GAT_ADAPTORS_DIR
          Directory with the deployment resource description files.
static java.lang.String LARKC_INIT
          Filename of the LarKC initialization file used by the plug-in registry.
static java.lang.String LARKC_RDF
          Filename of the LarKC ontology, described as RDF
static java.lang.String PLUGINS_INI
          Filename of the plug-in INI file (used by the plug-in registry).
static java.lang.String RESOURCE_DIR
          Directory with the deployment resource description files.
 
Constructor Summary
Resources()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LARKC_INIT

public static final java.lang.String LARKC_INIT
Filename of the LarKC initialization file used by the plug-in registry.

See Also:
Constant Field Values

PLUGINS_INI

public static final java.lang.String PLUGINS_INI
Filename of the plug-in INI file (used by the plug-in registry).

See Also:
Constant Field Values

LARKC_RDF

public static final java.lang.String LARKC_RDF
Filename of the LarKC ontology, described as RDF

See Also:
Constant Field Values

ENDPOINT_CLASS_MAPPINGS_XML

public static final java.lang.String ENDPOINT_CLASS_MAPPINGS_XML
Filename of the one-to-one endpoint-class mapping which defines which endpoint type will be mapped to which corresponding Java class.

See Also:
Constant Field Values

RESOURCE_DIR

public static final java.lang.String RESOURCE_DIR
Directory with the deployment resource description files.

See Also:
Constant Field Values

GAT_ADAPTORS_DIR

public static final java.lang.String GAT_ADAPTORS_DIR
Directory with the deployment resource description files.

See Also:
Constant Field Values
Constructor Detail

Resources

public Resources()