213 public native
boolean Exists (String name);
230 Log (fmtobj, 0,
null, 0);
235 Log (fmtobj, debug,
null, 0);
240 Log (fmtobj, debug, callfunc, 0);
LcConfigC - the class known as lccfg or Config define the main-configuration-handle …
LcSettingC - the class known as lccfs or Setting define a single config-setting …
Java: enum LcConfigTypeE → C-API
static void Setup()
Java: [static] Setup() → C-API setup jvlcconfig internal memory …
static native LcSettingC Instances()
Java: [static] LcSettingC LcSettingC.Instances() → C-API get head-instance from linked-list of L...
native LcSettingC Prev()
Java: LcSettingC cfs.Prev() → C-API get previous instance from linked-list of LcSettingS type
native LcSettingC Next()
Java: LcSettingC cfs.Next() → C-API get next instance from linked-list of LcSettingS type
static native LcSettingC HandleResolve(int netHdl)
Java: [static] LcSettingC LcSettingC.HandleResolve(int netHdl) → C-API Handle-Resolve-Slot - ret...
static native LcSettingC GetNull()
Java: [static] LcSettingC LcSettingC.GetNull() → C-API Null-Slot - return a LcSettingC typed NUL...
native long GetInt64Elem(int idx)
Java: long setting.GetInt64Elem(int idx) → C-API These functions return the value at the specif...
native String GetStringElem(int idx)
Java: String setting.GetStringElem(int idx) → C-API These functions return the value at the spe...
native int GetIntElem(int idx)
Java: int setting.GetIntElem(int idx) → C-API These functions return the value at the specified...
native int GetInt()
Java: int setting.GetInt() → C-API These functions return the value of the given setting …
native long GetInt64()
Java: long setting.GetInt64() → C-API These functions return the value of the given setting …
native LcConfigFormatE GetFormat()
Java: LcConfigFormatE setting.GetFormat() → C-API These functions get and set the external form...
native boolean GetBoolElem(int idx)
Java: boolean setting.GetBoolElem(int idx) → C-API These functions return the value at the spec...
native double GetFloatElem(int idx)
Java: double setting.GetFloatElem(int idx) → C-API These functions return the value at the spec...
native LcSettingC GetMember(String name)
Java: LcSettingC setting.GetMember(String name) → C-API This function fetches the child setting...
native LcSettingC GetElem(int idx)
Java: LcSettingC setting.GetElem(int idx) → C-API This function fetches the element at the give...
native double GetFloat()
Java: double setting.GetFloat() → C-API These functions return the value of the given setting …
native String GetString()
Java: String setting.GetString() → C-API These functions return the value of the given setting ...
native boolean GetBool()
Java: boolean setting.GetBool() → C-API These functions return the value of the given setting …
native boolean IsAggregate()
Java: boolean setting.IsAggregate() → C-API These convenience functions, some of which are impl...
native boolean IsGroup()
Java: boolean setting.IsGroup() → C-API These convenience functions, which are implemented as m...
native boolean IsList()
Java: boolean setting.IsList() → C-API These convenience functions, which are implemented as ma...
native boolean IsScalar()
Java: boolean setting.IsScalar() → C-API These convenience functions, some of which are impleme...
native boolean IsRoot()
Java: boolean setting.IsRoot() → C-API This function returns CONFIG_TRUE if the given setting i...
native boolean IsNumber()
Java: boolean setting.IsNumber() → C-API These convenience functions, some of which are impleme...
native boolean IsArray()
Java: boolean setting.IsArray() → C-API These convenience functions, which are implemented as m...
native boolean LookupBool(String name)
Java: boolean setting.LookupBool(String name) → C-API These functions look up the value of the ...
native LcSettingC Lookup(String path)
Java: LcSettingC setting.Lookup(String path) → C-API This function locates a setting by a path ...
native MkBufferListC LookupAll()
Java: MkBufferListC setting.LookupAll() → C-API addon - read an entire configuration below sett...
native String LookupString(String name)
Java: String setting.LookupString(String name) → C-API These functions look up the value of the...
native int LookupInt(String name)
Java: int setting.LookupInt(String name) → C-API These functions look up the value of the child...
native long LookupInt64(String name)
Java: long setting.LookupInt64(String name) → C-API These functions look up the value of the ch...
native double LookupFloat(String name)
Java: double setting.LookupFloat(String name) → C-API These functions look up the value of the ...
native boolean Exists(String name)
Java: boolean setting.Exists(String name) → C-API addon - return true if name exists in the set...
native int Index()
Java: int setting.Index() → C-API This function returns the index of the given setting within i...
native String Name()
Java: String setting.Name() → C-API This function returns the name of the given setting,...
void Log(MkObjectC fmtobj, int debug)
Java: setting.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native void Remove(String name)
Java: parent.Remove(String name) → C-API This function removes and destroys the setting named n...
native LcSettingC AddIfNotExists(String name, LcConfigTypeE cfgtype)
Java: LcSettingC setting.AddIfNotExists(String name, LcConfigTypeE cfgtype) → C-API addon - add...
native int Length()
Java: int setting.Length() → C-API This function returns the number of settings in a group,...
void Log()
Java: setting.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log(MkObjectC fmtobj, int debug, String callfunc)
Java: setting.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native String SourceFile()
Java: String setting.SourceFile() → C-API This function returns the name of the file from which...
native LcSettingC Parent()
Java: LcSettingC setting.Parent() → C-API This function returns the parent setting of the given...
native int SourceLine()
Java: int setting.SourceLine() → C-API This function returns the line number of the configurati...
native void RemoveElem(int idx)
Java: parent.RemoveElem(int idx) → C-API This function removes the child setting at the given i...
void Log(MkObjectC fmtobj)
Java: setting.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native LcConfigTypeE Type()
Java: LcConfigTypeE setting.Type() → C-API This function returns the type of the given setting ...
native void SetInt(int value)
Java: setting.SetInt(int value) → C-API These functions set the value of the given setting to v...
native LcSettingC SetInt64Elem(int idx, long value)
Java: LcSettingC setting.SetInt64Elem(int idx, long value) → C-API These functions set the valu...
native void SetFormat(LcConfigFormatE format)
Java: setting.SetFormat(LcConfigFormatE format) → C-API These functions get and set the externa...
native LcSettingC SetStringElem(int idx, String value)
Java: LcSettingC setting.SetStringElem(int idx, String value) → C-API These functions set the v...
native void SetBool(boolean value)
Java: setting.SetBool(boolean value) → C-API These functions set the value of the given setting...
native void SetString(String value)
Java: setting.SetString(String value) → C-API These functions set the value of the given settin...
native LcSettingC SetBoolElem(int idx, int value)
Java: LcSettingC setting.SetBoolElem(int idx, int value) → C-API These functions set the value ...
native void SetFloat(double value)
Java: setting.SetFloat(double value) → C-API These functions set the value of the given setting...
native LcSettingC SetIntElem(int idx, int value)
Java: LcSettingC setting.SetIntElem(int idx, int value) → C-API These functions set the value a...
native void SetInt64(long value)
Java: setting.SetInt64(long value) → C-API These functions set the value of the given setting t...
native LcSettingC SetFloatElem(int idx, double value)
Java: LcSettingC setting.SetFloatElem(int idx, double value) → C-API These functions set the va...
native LcConfigC GetConfig()
Java: LcConfigC setting.GetConfig() → C-API addon - return the LcConfigC from the LcSettingC …
native LcSettingC Add(String name, LcConfigTypeE __type)
Java: [constructor] LcSettingC parent.Add(String name, LcConfigTypeE __type) → C-API This functi...