|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.shared.Resources
public class Resources
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.
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 |
---|
public static final java.lang.String LARKC_INIT
public static final java.lang.String PLUGINS_INI
public static final java.lang.String LARKC_RDF
public static final java.lang.String ENDPOINT_CLASS_MAPPINGS_XML
public static final java.lang.String RESOURCE_DIR
public static final java.lang.String GAT_ADAPTORS_DIR
Constructor Detail |
---|
public Resources()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |