Files
entropy/docs/entropy/api/docs/entropy.server.interfaces.main.ServerFakeClientSystemSettingsPlugin-class.html
2010-04-17 12:41:41 +02:00

213 lines
10 KiB
HTML

<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>entropy.server.interfaces.main.ServerFakeClientSystemSettingsPlugin</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="entropy-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Tree link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Index link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Help link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.sabayon.org/">Entropy Framework</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="entropy-module.html">Package&nbsp;entropy</a> ::
<a href="entropy.server-module.html">Package&nbsp;server</a> ::
<a href="entropy.server.interfaces-module.html">Package&nbsp;interfaces</a> ::
<a href="entropy.server.interfaces.main-module.html">Module&nbsp;main</a> ::
Class&nbsp;ServerFakeClientSystemSettingsPlugin
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class ServerFakeClientSystemSettingsPlugin</h1><p class="nomargin-top"><span class="codelink"><a href="entropy.server.interfaces.main-pysrc.html#ServerFakeClientSystemSettingsPlugin">source&nbsp;code</a></span></p>
<center>
<center> <map id="uml_class_diagram_for_entropy__85" name="uml_class_diagram_for_entropy__85">
<area shape="rect" id="node366" href="entropy.server.interfaces.main.ServerFakeClientSystemSettingsPlugin-class.html#fake_cli_parser" title="This is just fake, doesn&#39;t bring any new metadata but just tweak Entropy &#160;client ones." alt="" coords="41,204,288,223"/>
<area shape="rect" id="node1" href="entropy.server.interfaces.main.ServerFakeClientSystemSettingsPlugin-class.html" title="entropy.server.interfaces.main.ServerFakeClientSystemSettingsPlugin" alt="" coords="29,171,299,229"/>
<area shape="rect" id="node367" href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#BASE_PLUGIN_API_VERSION" title="This is a plugin base class for all SystemSettings plugins." alt="" coords="17,31,312,49"/>
<area shape="rect" id="node367" href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#__init__" title="SystemSettingsPlugin constructor." alt="" coords="17,52,312,71"/>
<area shape="rect" id="node367" href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#get_id" title="Returns the unique plugin id passed at construction time." alt="" coords="17,71,312,89"/>
<area shape="rect" id="node367" href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#add_parser" title="You must call this method in order to add your custom parsers to the plugin." alt="" coords="17,89,312,108"/>
<area shape="rect" id="node367" href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#parse" title="This method is called by SystemSettings instance when building its settings metadata." alt="" coords="17,108,312,127"/>
<area shape="rect" id="node367" href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#post_setup" title="This method is called by SystemSettings instance after having built all the SystemSettings metadata." alt="" coords="17,127,312,145"/>
<area shape="rect" id="node2" href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html" title="entropy.core.settings.plugins.skel.SystemSettingsPlugin" alt="" coords="5,6,323,151"/>
</map>
<img src="uml_class_diagram_for_entropy__85.gif" alt='' usemap="#uml_class_diagram_for_entropy__85" ismap="ismap" class="graph-without-title" />
</center>
</center>
<hr />
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td align="left" colspan="2" class="table-header">
<span class="table-header">Instance Methods</span></td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type">&nbsp;</span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="fake_cli_parser"></a><span class="summary-sig-name">fake_cli_parser</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">sys_set</span>)</span><br />
This is just fake, doesn't bring any new metadata but just tweak
Entropy client ones.</td>
<td align="right" valign="top">
<span class="codelink"><a href="entropy.server.interfaces.main-pysrc.html#ServerFakeClientSystemSettingsPlugin.fake_cli_parser">source&nbsp;code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html">core.settings.plugins.skel.SystemSettingsPlugin</a></code></b>:
<code><a href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#__init__">__init__</a></code>,
<code><a href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#add_parser">add_parser</a></code>,
<code><a href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#get_id">get_id</a></code>,
<code><a href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#parse">parse</a></code>,
<code><a href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#post_setup">post_setup</a></code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__delattr__</code>,
<code>__format__</code>,
<code>__getattribute__</code>,
<code>__hash__</code>,
<code>__new__</code>,
<code>__reduce__</code>,
<code>__reduce_ex__</code>,
<code>__repr__</code>,
<code>__setattr__</code>,
<code>__sizeof__</code>,
<code>__str__</code>,
<code>__subclasshook__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== CLASS VARIABLES ==================== -->
<a name="section-ClassVariables"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td align="left" colspan="2" class="table-header">
<span class="table-header">Class Variables</span></td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html">core.settings.plugins.skel.SystemSettingsPlugin</a></code></b>:
<code><a href="entropy.core.settings.plugins.skel.SystemSettingsPlugin-class.html#BASE_PLUGIN_API_VERSION">BASE_PLUGIN_API_VERSION</a></code>
</p>
</td>
</tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td align="left" colspan="2" class="table-header">
<span class="table-header">Properties</span></td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__class__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="entropy-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Tree link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Index link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Help link -->
<th>&nbsp;&nbsp;&nbsp;<a
href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.sabayon.org/">Entropy Framework</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Sat Apr 17 12:39:41 2010
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>