1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Class Poco::Util::PropertyFileConfiguration</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="author" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="publisher" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="copyright" content="Copyright (c) 2009, Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="language" content="en"/>
<meta name="date" content="2009-11-24"/>
<meta name="generator" content="PocoDoc"/>
<link rel="stylesheet" href="css/styles.css" type="text/css"/>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0">
<div class="header">
<h1 class="namespace"><a href="Poco.Util.html" class="namespace">Poco::Util</a></h1>
<h1 class="symbol">class PropertyFileConfiguration</h1>
</div>
<div class="body">
<p>
<b>Library:</b> Util<br />
<b>Package:</b> Configuration<br />
<b>Header:</b> Poco/Util/PropertyFileConfiguration.h</p>
<h2>Description</h2>
<div class="description">
<p>This implementation of a Configuration reads properties from a Java-style properties file. </p>
<p>The file syntax is implemented as follows. </p>
<ul>
<li>a line starting with a hash '#' or exclamation mark '!' is treated as a comment and ignored </li>
<li>every other line denotes a property assignment in the form <key> = <value> or <key> : <value> </li>
</ul>
<p>Keys and values may contain special characters represented by the following escape sequences: </p>
<ul>
<li>\t: tab (0x09) </li>
<li>\n: line feed (0x0a) </li>
<li>\r: carriage return (0x0d) </li>
<li>\f: form feed (0x0c) </li>
</ul>
<p>For every other sequence that starts with a backslash, the backslash is removed. Therefore, the sequence \a would just yield an 'a'. </p>
<p>A value can spread across multiple lines if the last character in a line (the character immediately before the carriage return or line feed character) is a single backslash. </p>
<p>Property names are case sensitive. Leading and trailing whitespace is removed from both keys and values. A property name can neither contain a colon ':' nor an equal sign '=' character. </p>
</div>
<h2>Inheritance</h2>
<p><b>Direct Base Classes: </b><a href="Poco.Util.MapConfiguration.html" title="class Poco::Util::MapConfiguration">MapConfiguration</a></p>
<p><b>All Base Classes: </b><a href="Poco.RefCountedObject.html" title="class Poco::RefCountedObject">Poco::RefCountedObject</a>, <a href="Poco.Util.AbstractConfiguration.html" title="class Poco::Util::AbstractConfiguration">AbstractConfiguration</a>, <a href="Poco.Util.MapConfiguration.html" title="class Poco::Util::MapConfiguration">MapConfiguration</a></p>
<h2>Member Summary</h2>
<p><b>Member Functions: </b><a href="Poco.Util.PropertyFileConfiguration.html#17176" title="Poco::Util::PropertyFileConfiguration::load()">load</a>, <a href="Poco.Util.PropertyFileConfiguration.html#17180" title="Poco::Util::PropertyFileConfiguration::save()">save</a></p>
<p><b>Inherited Functions: </b><a href="Poco.Util.MapConfiguration.html#16778" title="Poco::Util::MapConfiguration::begin()">begin</a>, <a href="Poco.Util.MapConfiguration.html#16765" title="Poco::Util::MapConfiguration::clear()">clear</a>, <a href="Poco.Util.AbstractConfiguration.html#16368" title="Poco::Util::AbstractConfiguration::createView()">createView</a>, <a href="Poco.RefCountedObject.html#9659" title="Poco::RefCountedObject::duplicate()">duplicate</a>, <a href="Poco.Util.MapConfiguration.html#16779" title="Poco::Util::MapConfiguration::end()">end</a>, <a href="Poco.Util.AbstractConfiguration.html#16380" title="Poco::Util::AbstractConfiguration::enumerate()">enumerate</a>, <a href="Poco.Util.AbstractConfiguration.html#16372" title="Poco::Util::AbstractConfiguration::expand()">expand</a>, <a href="Poco.Util.AbstractConfiguration.html#16346" title="Poco::Util::AbstractConfiguration::getBool()">getBool</a>, <a href="Poco.Util.AbstractConfiguration.html#16341" title="Poco::Util::AbstractConfiguration::getDouble()">getDouble</a>, <a href="Poco.Util.AbstractConfiguration.html#16338" title="Poco::Util::AbstractConfiguration::getInt()">getInt</a>, <a href="Poco.Util.AbstractConfiguration.html#16374" title="Poco::Util::AbstractConfiguration::getRaw()">getRaw</a>, <a href="Poco.Util.AbstractConfiguration.html#16331" title="Poco::Util::AbstractConfiguration::getRawString()">getRawString</a>, <a href="Poco.Util.AbstractConfiguration.html#16326" title="Poco::Util::AbstractConfiguration::getString()">getString</a>, <a href="Poco.Util.AbstractConfiguration.html#16324" title="Poco::Util::AbstractConfiguration::hasOption()">hasOption</a>, <a href="Poco.Util.AbstractConfiguration.html#16322" title="Poco::Util::AbstractConfiguration::hasProperty()">hasProperty</a>, <a href="Poco.Util.AbstractConfiguration.html#16363" title="Poco::Util::AbstractConfiguration::keys()">keys</a>, <a href="Poco.Util.AbstractConfiguration.html#16385" title="Poco::Util::AbstractConfiguration::parseBool()">parseBool</a>, <a href="Poco.Util.AbstractConfiguration.html#16383" title="Poco::Util::AbstractConfiguration::parseInt()">parseInt</a>, <a href="Poco.RefCountedObject.html#9661" title="Poco::RefCountedObject::referenceCount()">referenceCount</a>, <a href="Poco.RefCountedObject.html#9660" title="Poco::RefCountedObject::release()">release</a>, <a href="Poco.Util.AbstractConfiguration.html#16360" title="Poco::Util::AbstractConfiguration::setBool()">setBool</a>, <a href="Poco.Util.AbstractConfiguration.html#16357" title="Poco::Util::AbstractConfiguration::setDouble()">setDouble</a>, <a href="Poco.Util.AbstractConfiguration.html#16354" title="Poco::Util::AbstractConfiguration::setInt()">setInt</a>, <a href="Poco.Util.AbstractConfiguration.html#16377" title="Poco::Util::AbstractConfiguration::setRaw()">setRaw</a>, <a href="Poco.Util.AbstractConfiguration.html#16351" title="Poco::Util::AbstractConfiguration::setString()">setString</a></p>
<h2>Constructors</h2>
<h3><a name="17171">PropertyFileConfiguration</a></h3>
<p class="decl"><a href="Poco.Util.PropertyFileConfiguration.html" title="class Poco::Util::PropertyFileConfiguration">PropertyFileConfiguration</a>();</p>
<div class="description">
<p>Creates an empty <a href="Poco.Util.PropertyFileConfiguration.html" title="class Poco::Util::PropertyFileConfiguration">PropertyFileConfiguration</a>. </p>
</div>
<h3><a name="17172">PropertyFileConfiguration</a></h3>
<p class="decl"><a href="Poco.Util.PropertyFileConfiguration.html" title="class Poco::Util::PropertyFileConfiguration">PropertyFileConfiguration</a>(<br /> std::istream & istr<br />);</p>
<div class="description">
<p>Creates an <a href="Poco.Util.PropertyFileConfiguration.html" title="class Poco::Util::PropertyFileConfiguration">PropertyFileConfiguration</a> and loads the configuration data from the given stream, which must be in properties file format. </p>
</div>
<h3><a name="17174">PropertyFileConfiguration</a></h3>
<p class="decl"><a href="Poco.Util.PropertyFileConfiguration.html" title="class Poco::Util::PropertyFileConfiguration">PropertyFileConfiguration</a>(<br /> const std::string & path<br />);</p>
<div class="description">
<p>Creates an <a href="Poco.Util.PropertyFileConfiguration.html" title="class Poco::Util::PropertyFileConfiguration">PropertyFileConfiguration</a> and loads the configuration data from the given file, which must be in properties file format. </p>
</div>
<h2>Destructor</h2>
<h3><a name="17184">~PropertyFileConfiguration</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> <img src="images/virtual.gif" alt="virtual" title="virtual" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">~<a href="Poco.Util.PropertyFileConfiguration.html" title="class Poco::Util::PropertyFileConfiguration">PropertyFileConfiguration</a>();</p>
<div class="description">
<p></p>
</div>
<h2>Member Functions</h2>
<h3><a name="17176">load</a></h3>
<p class="decl">void load(<br /> std::istream & istr<br />);</p>
<div class="description">
<p>Loads the configuration data from the given stream, which must be in properties file format. </p>
</div>
<h3><a name="17178">load</a></h3>
<p class="decl">void load(<br /> const std::string & path<br />);</p>
<div class="description">
<p>Loads the configuration data from the given file, which must be in properties file format. </p>
</div>
<h3><a name="17180">save</a></h3>
<p class="decl">void save(<br /> std::ostream & ostr<br />) const;</p>
<div class="description">
<p>Writes the configuration data to the given stream. </p>
<p>The data is written as a sequence of statements in the form <key>: <value> separated by a newline character. </p>
</div>
<h3><a name="17182">save</a></h3>
<p class="decl">void save(<br /> const std::string & path<br />) const;</p>
<div class="description">
<p>Writes the configuration data to the given file. </p>
</div>
<p class="footer">POCO C++ Libraries 1.3.6-all<br />
Copyright © 2009, <a href="http://pocoproject.org/" target="_blank">Applied Informatics Software Engineering GmbH and Contributors</a></p>
</div>
</body>
</html>
|