LcConfigC - various functions to lookup config-data … More...
Functions | |
native LcSettingC | jvlcconfig.LcConfigC.Lookup (String path) |
Java: → C-API This function locates the setting in the configuration config specified by the path path … | |
native boolean | jvlcconfig.LcConfigC.LookupBool (String path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
native double | jvlcconfig.LcConfigC.LookupFloat (String path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
native int | jvlcconfig.LcConfigC.LookupInt (String path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
native long | jvlcconfig.LcConfigC.LookupInt64 (String path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
native String | jvlcconfig.LcConfigC.LookupString (String path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_Lookup (JNIEnv *env, jobject self, jstring path) |
Java: → C-API This function locates the setting in the configuration config specified by the path path … | |
JNIEXPORT jboolean JNICALL | Java_jvlcconfig_LcConfigC_LookupBool (JNIEnv *env, jobject self, jstring path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
JNIEXPORT jdouble JNICALL | Java_jvlcconfig_LcConfigC_LookupFloat (JNIEnv *env, jobject self, jstring path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
JNIEXPORT jint JNICALL | Java_jvlcconfig_LcConfigC_LookupInt (JNIEnv *env, jobject self, jstring path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
JNIEXPORT jlong JNICALL | Java_jvlcconfig_LcConfigC_LookupInt64 (JNIEnv *env, jobject self, jstring path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
JNIEXPORT jstring JNICALL | Java_jvlcconfig_LcConfigC_LookupString (JNIEnv *env, jobject self, jstring path) |
Java: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
LcConfigC - various functions to lookup config-data …
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_Lookup | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | path ) |
Java:
→ C-API LcSettingC config.Lookup(String path)
This function locates the setting in the configuration config specified by the path path …
Definition at line 234 of file LcConfigC_jv.c.
JNIEXPORT jboolean JNICALL Java_jvlcconfig_LcConfigC_LookupBool | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | path ) |
Java:
→ C-API boolean config.LookupBool(String path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 251 of file LcConfigC_jv.c.
JNIEXPORT jdouble JNICALL Java_jvlcconfig_LcConfigC_LookupFloat | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | path ) |
Java:
→ C-API double config.LookupFloat(String path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 268 of file LcConfigC_jv.c.
JNIEXPORT jint JNICALL Java_jvlcconfig_LcConfigC_LookupInt | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | path ) |
Java:
→ C-API int config.LookupInt(String path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 285 of file LcConfigC_jv.c.
JNIEXPORT jlong JNICALL Java_jvlcconfig_LcConfigC_LookupInt64 | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | path ) |
Java:
→ C-API long config.LookupInt64(String path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 302 of file LcConfigC_jv.c.
JNIEXPORT jstring JNICALL Java_jvlcconfig_LcConfigC_LookupString | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | path ) |
Java:
→ C-API String config.LookupString(String path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 319 of file LcConfigC_jv.c.
native LcSettingC jvlcconfig.LcConfigC.Lookup | ( | String | path | ) |
Java:
→ C-API LcSettingC config.Lookup(String path)
This function locates the setting in the configuration config specified by the path path …
native boolean jvlcconfig.LcConfigC.LookupBool | ( | String | path | ) |
Java:
→ C-API boolean config.LookupBool(String path)
These functions look up the value of the setting in the configuration config specified by the path path …
native double jvlcconfig.LcConfigC.LookupFloat | ( | String | path | ) |
Java:
→ C-API double config.LookupFloat(String path)
These functions look up the value of the setting in the configuration config specified by the path path …
native int jvlcconfig.LcConfigC.LookupInt | ( | String | path | ) |
Java:
→ C-API int config.LookupInt(String path)
These functions look up the value of the setting in the configuration config specified by the path path …
native long jvlcconfig.LcConfigC.LookupInt64 | ( | String | path | ) |
Java:
→ C-API long config.LookupInt64(String path)
These functions look up the value of the setting in the configuration config specified by the path path …
native String jvlcconfig.LcConfigC.LookupString | ( | String | path | ) |
Java:
→ C-API String config.LookupString(String path)
These functions look up the value of the setting in the configuration config specified by the path path …