| author | Simon Howkins <simonh@symbian.org> |
| Wed, 11 Nov 2009 14:55:58 +0000 | |
| changeset 754 | 79bd241158d3 |
| parent 432 | f2ddfa555b0f |
| permissions | -rw-r--r-- |
<?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>virtualbuildarea.VirtualProject</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"> <!-- Tree link --> <th> <a href="module-tree.html">Trees</a> </th> <!-- Index link --> <th> <a href="identifier-index.html">Indices</a> </th> <!-- Help link --> <th> <a href="help.html">Help</a> </th> <th class="navbar" width="100%"></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="virtualbuildarea-module.html">Module virtualbuildarea</a> :: Class VirtualProject </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >] | <a href="virtualbuildarea.VirtualProject-class.html" target="_top">no frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class VirtualProject</h1><span class="codelink"><a href="virtualbuildarea-pysrc.html#VirtualProject">source code</a></span><br /><br /> <pre class="base-tree"> object --+ | <a href="ccm.FourPartName-class.html">ccm.FourPartName</a> --+ | <a href="ccm.CCMObject-class.html">ccm.CCMObject</a> --+ | <a href="ccm.Project-class.html">ccm.Project</a> --+ | <strong class="uidshort">VirtualProject</strong> </pre> <hr /> Create a fake project containing on fake directory. The four part name will be <projectname>-1:project:fakedb#1.<br /><br /> <!-- ==================== 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 colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"> </span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="virtualbuildarea.VirtualProject-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">session</span>, <span class="summary-sig-arg">name</span>)</span><br /> Create a FourPartName object based on a ifpn string.</td> <td align="right" valign="top"> <span class="codelink"><a href="virtualbuildarea-pysrc.html#VirtualProject.__init__">source code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type"> </span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="virtualbuildarea.VirtualProject-class.html#root_dir" class="summary-sig-name">root_dir</a>(<span class="summary-sig-arg">self</span>)</span><br /> Returns the associated virtual directory object.</td> <td align="right" valign="top"> <span class="codelink"><a href="virtualbuildarea-pysrc.html#VirtualProject.root_dir">source 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="ccm.Project-class.html">ccm.Project</a></code></b>: <code><a href="ccm.Project-class.html#add_folder">add_folder</a></code>, <code><a href="ccm.Project-class.html#add_task">add_task</a></code>, <code><a href="ccm.Project-class.html#apply_update_properties">apply_update_properties</a></code>, <code><a href="ccm.Project-class.html#checkout">checkout</a></code>, <code><a href="ccm.Project-class.html#conflicts">conflicts</a></code>, <code><a href="ccm.Project-class.html#create_baseline">create_baseline</a></code>, <code><a href="ccm.Project-class.html#folders">folders</a></code>, <code><a href="ccm.Project-class.html#get_latest_baseline">get_latest_baseline</a></code>, <code><a href="ccm.Project-class.html#get_members">get_members</a></code>, <code><a href="ccm.Project-class.html#reconcile">reconcile</a></code>, <code><a href="ccm.Project-class.html#refresh">refresh</a></code>, <code><a href="ccm.Project-class.html#remove_folder">remove_folder</a></code>, <code><a href="ccm.Project-class.html#remove_task">remove_task</a></code>, <code><a href="ccm.Project-class.html#set_baseline">set_baseline</a></code>, <code><a href="ccm.Project-class.html#set_update_method">set_update_method</a></code>, <code><a href="ccm.Project-class.html#snapshot">snapshot</a></code>, <code><a href="ccm.Project-class.html#subprojects">subprojects</a></code>, <code><a href="ccm.Project-class.html#sync">sync</a></code>, <code><a href="ccm.Project-class.html#tasks">tasks</a></code>, <code><a href="ccm.Project-class.html#update">update</a></code>, <code><a href="ccm.Project-class.html#work_area">work_area</a></code> </p> <div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="ccm.Project-class.html">ccm.Project</a></code></b> (private): <code><a href="ccm.Project-class.html#_getbaseline">_getbaseline</a></code>, <code><a href="ccm.Project-class.html#_getfolders">_getfolders</a></code>, <code><a href="ccm.Project-class.html#_getrelease">_getrelease</a></code>, <code><a href="ccm.Project-class.html#_getsubprojects">_getsubprojects</a></code>, <code><a href="ccm.Project-class.html#_gettasks">_gettasks</a></code>, <code><a href="ccm.Project-class.html#_setrelease">_setrelease</a></code> </p></div> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="ccm.CCMObject-class.html">ccm.CCMObject</a></code></b>: <code><a href="ccm.CCMObject-class.html#__getitem__">__getitem__</a></code>, <code><a href="ccm.CCMObject-class.html#__setitem__">__setitem__</a></code>, <code><a href="ccm.CCMObject-class.html#create_attribute">create_attribute</a></code>, <code><a href="ccm.CCMObject-class.html#exists">exists</a></code>, <code><a href="ccm.CCMObject-class.html#finduse">finduse</a></code>, <code><a href="ccm.CCMObject-class.html#is_predecessor_of">is_predecessor_of</a></code>, <code><a href="ccm.CCMObject-class.html#is_recursive_predecessor_of">is_recursive_predecessor_of</a></code>, <code><a href="ccm.CCMObject-class.html#is_recursive_predecessor_of_fast">is_recursive_predecessor_of_fast</a></code>, <code><a href="ccm.CCMObject-class.html#is_recursive_successor_of_fast">is_recursive_successor_of_fast</a></code>, <code><a href="ccm.CCMObject-class.html#is_recursive_sucessor_of">is_recursive_sucessor_of</a></code>, <code><a href="ccm.CCMObject-class.html#keys">keys</a></code>, <code><a href="ccm.CCMObject-class.html#predecessors">predecessors</a></code>, <code><a href="ccm.CCMObject-class.html#relate">relate</a></code>, <code><a href="ccm.CCMObject-class.html#session">session</a></code>, <code><a href="ccm.CCMObject-class.html#successors">successors</a></code> </p> <div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="ccm.CCMObject-class.html">ccm.CCMObject</a></code></b> (private): <code><a href="ccm.CCMObject-class.html#_getsession">_getsession</a></code> </p></div> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="ccm.FourPartName-class.html">ccm.FourPartName</a></code></b>: <code><a href="ccm.FourPartName-class.html#__eq__">__eq__</a></code>, <code><a href="ccm.FourPartName-class.html#__ne__">__ne__</a></code>, <code><a href="ccm.FourPartName-class.html#__repr__">__repr__</a></code>, <code><a href="ccm.FourPartName-class.html#__str__">__str__</a></code>, <code><a href="ccm.FourPartName-class.html#family">family</a></code>, <code><a href="ccm.FourPartName-class.html#instance">instance</a></code>, <code><a href="ccm.FourPartName-class.html#is_same_family">is_same_family</a></code>, <code><a href="ccm.FourPartName-class.html#name">name</a></code>, <code><a href="ccm.FourPartName-class.html#objectname">objectname</a></code>, <code><a href="ccm.FourPartName-class.html#type">type</a></code>, <code><a href="ccm.FourPartName-class.html#version">version</a></code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, <code>__reduce__</code>, <code>__reduce_ex__</code>, <code>__setattr__</code> </p> </td> </tr> </table> <!-- ==================== STATIC METHODS ==================== --> <a name="section-StaticMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Static Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-StaticMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="ccm.FourPartName-class.html">ccm.FourPartName</a></code></b>: <code><a href="ccm.FourPartName-class.html#convert">convert</a></code>, <code><a href="ccm.FourPartName-class.html#is_valid">is_valid</a></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 colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Class Variables</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-ClassVariables" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="ccm.Project-class.html">ccm.Project</a></code></b>: <code><a href="ccm.Project-class.html#baseline">baseline</a></code>, <code><a href="ccm.Project-class.html#release">release</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 colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Properties</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Properties" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </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> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Method Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-MethodDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">session</span>, <span class="sig-arg">name</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="virtualbuildarea-pysrc.html#VirtualProject.__init__">source code</a></span> </td> </table> <p>Create a FourPartName object based on a ifpn string.</p> <p>The string have to match the following patterns: - name-version:type:instance - name:version:releasedef:instance - Task database#id - Folder database#id</p> <p>Anything else is considered as old release string format.</p> <dl class="fields"> <dt>Overrides: <a href="ccm.Project-class.html#__init__">ccm.Project.__init__</a> </dt> </dl> </td></tr></table> </div> <a name="root_dir"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">root_dir</span>(<span class="sig-arg">self</span>)</span> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="virtualbuildarea-pysrc.html#VirtualProject.root_dir">source code</a></span> </td> </table> Returns the associated virtual directory object. <dl class="fields"> <dt>Overrides: <a href="ccm.Project-class.html#root_dir">ccm.Project.root_dir</a> </dt> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Tree link --> <th> <a href="module-tree.html">Trees</a> </th> <!-- Index link --> <th> <a href="identifier-index.html">Indices</a> </th> <!-- Help link --> <th> <a href="help.html">Help</a> </th> <th class="navbar" width="100%"></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:19 2009 </td> <td align="right" class="footer"> <a 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>