Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Properties Class Reference

List of all members.

Static Public Member Functions

static void load (char[] filepath, void(*dg)(char[]name, char[] value))
static void load (IConduit conduit, void(*dg)(char[]name, char[] value))

Detailed Description

Provides load facilities for a properties file. That is, a file or other medium containing lines of text with a name=value layout.

Definition at line 56 of file Properties.d.


Member Function Documentation

static void load char[]  filepath,
void(*)(char[]name, char[] value)  dg
[inline, static]
 

Load properties from the named file, and pass each of them to the provided delegate.

Definition at line 65 of file Properties.d.

References FileConduit.

static void load IConduit  conduit,
void(*)(char[]name, char[] value)  dg
[inline, static]
 

Load properties from the provided conduit, and pass them to the provided delegate.

Definition at line 82 of file Properties.d.

References CompositeToken::get().


The documentation for this class was generated from the following file:
Generated on Fri May 27 18:12:03 2005 for Mango by  doxygen 1.4.0