theConfig 10.0
Loading...
Searching...
No Matches
jvlcconfig.LcConfigC Class Reference

LcConfigC - the class known as lccfg or Config define the main-configuration-handleMore...

+ Inheritance diagram for jvlcconfig.LcConfigC:
+ Collaboration diagram for jvlcconfig.LcConfigC:

Public Member Functions

native LcConfigC Next ()
  Java: LcConfigC cfg.Next() C-API
get next instance from linked-list of LcConfigS type
 
native LcConfigC Prev ()
  Java: LcConfigC cfg.Prev() C-API
get previous instance from linked-list of LcConfigS type
 
native LcErrorTypeE ErrorType ()
  Java: LcErrorTypeE config.ErrorType() C-API
This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions …
 
native LcConfigFormatE GetDefaultFormat ()
  Java: LcConfigFormatE config.GetDefaultFormat() C-API
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config
 
native short GetFloatPrecision ()
  Java: short config.GetFloatPrecision() C-API
Since v1.6 These functions get and set the number of decimal digits to output after the radix character when writing the configuration to a file or stream …
 
native String GetIncludeDir ()
  Java: String config.GetIncludeDir() C-API
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config
 
native boolean GetOption (LcConfigOptionsEF option)
  Java: boolean config.GetOption(LcConfigOptionsEF option) C-API
Since v1.7 These functions get and set the given option of the configuration config
 
native LcConfigOptionsEF GetOptions ()
  Java: LcConfigOptionsEF config.GetOptions() C-API
These functions get and set the options for the configuration config
 
native short GetTabWidth ()
  Java: short config.GetTabWidth() C-API
These functions, which are implemented as macros, get and set the tab width for the configuration config
 
native LcSettingC Lookup (String path)
  Java: LcSettingC config.Lookup(String path) C-API
This function locates the setting in the configuration config specified by the path path
 
native boolean LookupBool (String path)
  Java: boolean config.LookupBool(String path) C-API
These functions look up the value of the setting in the configuration config specified by the path path
 
native double LookupFloat (String path)
  Java: double config.LookupFloat(String path) C-API
These functions look up the value of the setting in the configuration config specified by the path path
 
native int LookupInt (String path)
  Java: int config.LookupInt(String path) C-API
These functions look up the value of the setting in the configuration config specified by the path path
 
native long LookupInt64 (String path)
  Java: long config.LookupInt64(String path) C-API
These functions look up the value of the setting in the configuration config specified by the path path
 
native String LookupString (String path)
  Java: String config.LookupString(String path) C-API
These functions look up the value of the setting in the configuration config specified by the path path
 
native LcSettingC RootSetting ()
  Java: LcSettingC config.RootSetting() C-API
This function, which is implemented as a macro, returns the root setting for the configuration config
 
native void Clear ()
  Java: config.Clear() C-API
Since v1.7 This function clears the configuration config
 
native void Log (MkObjectC fmtobj, int debug, String callfunc, int lvl)
  Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the config
 
void Log ()
  Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the config
 
void Log (MkObjectC fmtobj)
  Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the config
 
void Log (MkObjectC fmtobj, int debug)
  Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the config
 
void Log (MkObjectC fmtobj, int debug, String callfunc)
  Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?) C-API
log the config
 
native void ReadFile (String filename)
  Java: config.ReadFile(String filename) C-API
This function reads and parses a configuration from the file named filename into the configuration object config
 
native void ReadString (String str)
  Java: config.ReadString(String str) C-API
This function reads and parses a configuration from the string str into the configuration object config
 
native void WriteFile (String filename)
  Java: config.WriteFile(String filename) C-API
This function writes the configuration config to the file named filename
 
native String WriteString ()
  Java: String cfg.WriteString() C-API
read the entire configuration cfg into the string val_out
 
native void SetDefaultFormat (LcConfigFormatE format)
  Java: config.SetDefaultFormat(LcConfigFormatE format) C-API
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config
 
native void SetFloatPrecision (short digits)
  Java: config.SetFloatPrecision(short digits) C-API
Since v1.6 These functions get and set the number of decimal digits to output after the radix character when writing the configuration to a file or stream …
 
native void SetIncludeDir (String include_dir)
  Java: config.SetIncludeDir(String include_dir) C-API
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config
 
native void SetIncludeFunc (LcConfigIncludeIF fConfigIncludeData)
  Java: cfg.SetIncludeFunc(?LcConfigIncludeIF fConfigIncludeData = null?) C-API
set the __parser__(callback-name) for the include-config-file
 
native void SetOption (LcConfigOptionsEF option, boolean flag)
  Java: config.SetOption(LcConfigOptionsEF option, boolean flag) C-API
Since v1.7 These functions get and set the given option of the configuration config
 
native void SetOptions (LcConfigOptionsEF options)
  Java: config.SetOptions(LcConfigOptionsEF options) C-API
These functions get and set the options for the configuration config
 
native void SetSettingDeleteFunc (LcSettingDeleteIF fSettingDeleteData)
  Java: cfg.SetSettingDeleteFunc(?LcSettingDeleteIF fSettingDeleteData = null?) C-API
set the callback-name for the setting-delete
 
native void SetTabWidth (short width)
  Java: config.SetTabWidth(short width) C-API
These functions, which are implemented as macros, get and set the tab width for the configuration config
 
 LcConfigC ()
  Java: [constructor,static] LcConfigC LcConfigC.Create() C-API
create a LcConfigC instance …
 
- Public Member Functions inherited from jvmkkernel::MkObjectC
void close ()
 
String toString ()
 
native void HandleDelete ()
 
native boolean HandleExists ()
 
native int HandleGet ()
 
native int HandleGetOfType ()
 
native int HandleGetOr0 ()
 
native MkObjectC Next ()
 
native MkObjectC Prev ()
 
native void DbgDump (String message, String callfunc)
 
void DbgDump ()
 
void DbgDump (String message)
 
native void DbgL (String message, int debug, String callfunc, int lvl)
 
void DbgL (String message)
 
void DbgL (String message, int debug)
 
void DbgL (String message, int debug, String callfunc)
 
native void DbgLogC (String callfunc)
 
void DbgLogC ()
 
native void DbgO (String callfunc)
 
void DbgO ()
 
native void DbgSTACK (int skip, int num, String callfunc)
 
void DbgSTACK ()
 
void DbgSTACK (int skip)
 
void DbgSTACK (int skip, int num)
 
native void LogC (String message, int debug, String callfunc)
 
void LogC (String message)
 
void LogC (String message, int debug)
 
native void LogHEX (String callfunc, byte[] data)
 
native void Log (MkObjectC fmtobj, int debug, String callfunc, int lvl)
 
native void LogLong (MkObjectC fmtobj, int debug, String callfunc, int lvl)
 
void LogLong ()
 
void LogLong (MkObjectC fmtobj)
 
void LogLong (MkObjectC fmtobj, int debug)
 
void LogLong (MkObjectC fmtobj, int debug, String callfunc)
 
native void LogShort (MkObjectC fmtobj, int debug, String callfunc, int lvl)
 
void LogShort ()
 
void LogShort (MkObjectC fmtobj)
 
void LogShort (MkObjectC fmtobj, int debug)
 
void LogShort (MkObjectC fmtobj, int debug, String callfunc)
 
native void LogType (MkObjectC fmtobj, int debug, String callfunc, int lvl)
 
void LogType ()
 
void LogType (MkObjectC fmtobj)
 
void LogType (MkObjectC fmtobj, int debug)
 
void LogType (MkObjectC fmtobj, int debug, String callfunc)
 
void Log ()
 
void Log (MkObjectC fmtobj)
 
void Log (MkObjectC fmtobj, int debug)
 
void Log (MkObjectC fmtobj, int debug, String callfunc)
 
native MkErrorC ErrorCatch (Throwable exception, String callfunc)
 
MkErrorC ErrorCatch ()
 
MkErrorC ErrorCatch (Throwable exception)
 
native MkErrorC ToError ()
 
native boolean IsNull ()
 
native String ToName ()
 
native String ToNameOfClass ()
 
native String ToNameOfType ()
 
native String ToString ()
 
native int RefGet ()
 
native void SysKill (int pid, int signal)
 
native int SysGetPid ()
 
native void Dispose ()
 
native void Delete ()
 
void printP ()
 
void L0 ()
 
void L1 ()
 
void L2 ()
 
void L3 ()
 
void L4 ()
 
void L5 ()
 
void L6 ()
 
void L7 ()
 
void L8 ()
 
void L9 ()
 
void LA ()
 
void LB ()
 
void LE ()
 
void printL (String name, Object val)
 

Static Public Member Functions

static native LcConfigC HandleResolve (int netHdl)
  Java: [static] LcConfigC LcConfigC.HandleResolve(int netHdl) C-API
Handle-Resolve-Slot - return a LcConfigC from netHdl or null if invalid…
 
static native LcConfigC Instances ()
  Java: [static] LcConfigC LcConfigC.Instances() C-API
get head-instance from linked-list of LcConfigS type …
 
static native LcConfigC GetNull ()
  Java: [static] LcConfigC LcConfigC.GetNull() C-API
Null-Slot - return a LcConfigC typed NULL instance …
 
static native LcConfigC Create ()
  Java: [constructor,static] LcConfigC LcConfigC.Create() C-API
create a LcConfigC instance …
 
- Static Public Member Functions inherited from jvmkkernel::MkObjectC
static native MkObjectC HandleResolve (int netHdl)
 
static native void HandleDeleteByNetHdl (int netHdl)
 
static native MkObjectC Instances ()
 
static native MkObjectC GetNull ()
 
static native void DbgM (String message, int debug, String callfunc, int lvl)
 
static void DbgM (String message)
 
static void DbgM (String message, int debug)
 
static void DbgM (String message, int debug, String callfunc)
 
static native int SysHashI32 (String key, int length)
 
static int SysHashI32 (String key)
 
static native String SysHashSTR (String key, int length)
 
static String SysHashSTR (String key)
 
static native void DeleteCallbackCleanup (String ident)
 
static native void DeleteCallbackSetup (String ident, MkObjectDeleteIF callback, String filter)
 
static void DeleteCallbackSetup (String ident)
 
static void DeleteCallbackSetup (String ident, MkObjectDeleteIF callback)
 
static int getPId ()
 
static long getTId ()
 
static String getCallerProc (int level)
 
static String getCallerProc ()
 
static String getStackTrace (int level)
 
static String getStackTrace ()
 
static int getCallerLine (int level)
 
static int getCallerLine ()
 
static String getCallerFile (int level)
 
static String getCallerFile ()
 
static void SF (String msg, String name, int framelvl)
 
static void SF (String msg)
 
static void SF (String msg, String name)
 
static void printP (long ptr, String name, int framelvl)
 
static void printO (byte byt, String name, int framelvl)
 
static void printBool (boolean bol, String name, int framelvl)
 
static void printObj (Object id, String caller, int framelvl)
 
static void printObj (Object id, String caller)
 
static void printObj (Object id)
 
static void printC (String id, String name, int framelvl)
 
static void printC (String id)
 
static void printTyp (MkObjectC id, String name, int framelvl)
 
static void printStack (String name, int framelvl)
 
static void M0 ()
 
static void M1 ()
 
static void M2 ()
 
static void M3 ()
 
static void M4 ()
 
static void M5 ()
 
static void M6 ()
 
static void M7 ()
 
static void M8 ()
 
static void M9 ()
 
static void MA ()
 
static void MB ()
 
static void MC ()
 
static void MD ()
 
static void ME ()
 

Additional Inherited Members

- Protected Member Functions inherited from jvmkkernel::MkObjectC
 MkObjectC (long mng, boolean dummy)
 
void Dispose (boolean disposing)
 

Detailed Description

LcConfigC - the class known as lccfg or Config define the main-configuration-handle

Definition at line 20 of file LcConfigC.java.


The documentation for this class was generated from the following file: