<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<!--
Methods
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Methods</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
<base target="docwin" />
</head>
<body>
<div id="index">
<h1 class="section-bar">Methods</h1>
<div id="index-entries">
<a href="classes/P4Record.html#M000045">abandon (P4Record)</a><br />
<a href="classes/P4RecFile.html#M000021">add (P4RecFile)</a><br />
<a href="classes/P4Record.html#M000043">add_file (P4Record)</a><br />
<a href="classes/P4Global.html#M000010">connect (P4Global)</a><br />
<a href="classes/P4Record.html#M000035">create (P4Record)</a><br />
<a href="classes/P4Global.html#M000014">debug= (P4Global)</a><br />
<a href="classes/P4Record.html#M000048">delete (P4Record)</a><br />
<a href="classes/P4RecFile.html#M000023">delete (P4RecFile)</a><br />
<a href="classes/P4RecFile.html#M000018">depot_path (P4RecFile)</a><br />
<a href="classes/P4RecFile.html#M000017">depot_path= (P4RecFile)</a><br />
<a href="classes/P4Global.html#M000011">disconnect (P4Global)</a><br />
<a href="classes/P4Record.html#M000042">each_file (P4Record)</a><br />
<a href="classes/P4RecFile.html#M000022">edit (P4RecFile)</a><br />
<a href="classes/P4Record.html#M000039">exists= (P4Record)</a><br />
<a href="classes/P4RecFile.html#M000020">exists= (P4RecFile)</a><br />
<a href="classes/P4Record.html#M000038">exists? (P4Record)</a><br />
<a href="classes/P4Record.html#M000036">exists? (P4Record)</a><br />
<a href="classes/P4RecFile.html#M000019">exists? (P4RecFile)</a><br />
<a href="classes/P4Record.html#M000046">file_list (P4Record)</a><br />
<a href="classes/P4Record.html#M000040">get_file (P4Record)</a><br />
<a href="classes/P4Record.html#M000033">load (P4Record)</a><br />
<a href="classes/P4Table.html#M000030">load_record (P4Table)</a><br />
<a href="classes/P4Record.html#M000041">metafile (P4Record)</a><br />
<a href="classes/P4Record.html#M000050">method_missing (P4Record)</a><br />
<a href="classes/P4RecFile.html#M000026">mkdir (P4RecFile)</a><br />
<a href="classes/P4Record.html#M000037">new (P4Record)</a><br />
<a href="classes/P4RecId.html#M000003">new (P4RecId)</a><br />
<a href="classes/P4Table.html#M000028">new (P4Table)</a><br />
<a href="classes/P4RecFile.html#M000015">new (P4RecFile)</a><br />
<a href="classes/P4RecId.html#M000002">new_from_job (P4RecId)</a><br />
<a href="classes/P4Table.html#M000029">new_record (P4Table)</a><br />
<a href="classes/P4RecId.html#M000001">next (P4RecId)</a><br />
<a href="classes/P4Record.html#M000049">obliterate (P4Record)</a><br />
<a href="classes/P4Global.html#M000009">p4client= (P4Global)</a><br />
<a href="classes/P4Global.html#M000008">p4passwd= (P4Global)</a><br />
<a href="classes/P4Global.html#M000007">p4port= (P4Global)</a><br />
<a href="classes/P4Global.html#M000006">p4user= (P4Global)</a><br />
<a href="classes/P4Global.html#M000013">plain (P4Global)</a><br />
<a href="classes/P4Record.html#M000034">query (P4Record)</a><br />
<a href="classes/P4Table.html#M000031">query (P4Table)</a><br />
<a href="classes/P4RecFile.html#M000024">read (P4RecFile)</a><br />
<a href="classes/P4Record.html#M000044">rm_file (P4Record)</a><br />
<a href="classes/P4Record.html#M000047">save (P4Record)</a><br />
<a href="classes/P4RecId.html#M000004">seq_str (P4RecId)</a><br />
<a href="classes/P4Table.html#M000032">storage_map (P4Table)</a><br />
<a href="classes/P4Global.html#M000012">tagged (P4Global)</a><br />
<a href="classes/P4RecId.html#M000005">to_s (P4RecId)</a><br />
<a href="classes/P4RecFile.html#M000027">to_s (P4RecFile)</a><br />
<a href="classes/P4RecFile.html#M000025">write (P4RecFile)</a><br />
<a href="classes/P4RecFile.html#M000016">ws_path (P4RecFile)</a><br />
</div>
</div>
</body>
</html> | # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #2 | 4678 | Tony Smith |
Update p4table.rb to use the new spec parsing and formatting features of P4Ruby. This means we now only need one Perforce client instance to handle specs in both hash form and text form. |
||
| #1 | 4677 | Tony Smith |
Move P4table.rb to the P4Ruby library and rename it to p4table.rb instead. There's an update coming so this is just the move. |