<?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#M000040">abandon (P4Record)</a><br /> <a href="classes/P4RecFile.html#M000016">add (P4RecFile)</a><br /> <a href="classes/P4Record.html#M000038">add_file (P4Record)</a><br /> <a href="classes/P4Record.html#M000030">create (P4Record)</a><br /> <a href="files/p4table_rb.html#M000003">create_client (p4table.rb)</a><br /> <a href="classes/P4RecFile.html#M000018">delete (P4RecFile)</a><br /> <a href="classes/P4Record.html#M000043">delete (P4Record)</a><br /> <a href="files/p4table_rb.html#M000004">deltree (p4table.rb)</a><br /> <a href="classes/P4RecFile.html#M000013">depot_path (P4RecFile)</a><br /> <a href="classes/P4RecFile.html#M000012">depot_path= (P4RecFile)</a><br /> <a href="classes/P4Record.html#M000037">each_file (P4Record)</a><br /> <a href="classes/P4RecFile.html#M000017">edit (P4RecFile)</a><br /> <a href="classes/P4RecFile.html#M000015">exists= (P4RecFile)</a><br /> <a href="classes/P4Record.html#M000034">exists= (P4Record)</a><br /> <a href="classes/P4Record.html#M000031">exists? (P4Record)</a><br /> <a href="classes/P4RecFile.html#M000014">exists? (P4RecFile)</a><br /> <a href="classes/P4Record.html#M000033">exists? (P4Record)</a><br /> <a href="classes/P4Record.html#M000041">file_list (P4Record)</a><br /> <a href="classes/P4Record.html#M000035">get_file (P4Record)</a><br /> <a href="files/p4table_rb.html#M000001">init_jobspec (p4table.rb)</a><br /> <a href="classes/P4Record.html#M000028">load (P4Record)</a><br /> <a href="classes/P4Table.html#M000025">load_record (P4Table)</a><br /> <a href="classes/P4Record.html#M000036">metafile (P4Record)</a><br /> <a href="classes/P4Record.html#M000045">method_missing (P4Record)</a><br /> <a href="classes/P4RecFile.html#M000021">mkdir (P4RecFile)</a><br /> <a href="classes/P4Table.html#M000023">new (P4Table)</a><br /> <a href="classes/P4RecId.html#M000007">new (P4RecId)</a><br /> <a href="classes/P4Record.html#M000032">new (P4Record)</a><br /> <a href="classes/P4RecFile.html#M000010">new (P4RecFile)</a><br /> <a href="classes/P4RecId.html#M000006">new_from_job (P4RecId)</a><br /> <a href="classes/P4Table.html#M000024">new_record (P4Table)</a><br /> <a href="classes/P4RecId.html#M000005">next (P4RecId)</a><br /> <a href="classes/P4Record.html#M000044">obliterate (P4Record)</a><br /> <a href="files/p4table_rb.html#M000002">prepare (p4table.rb)</a><br /> <a href="classes/P4Table.html#M000026">query (P4Table)</a><br /> <a href="classes/P4Record.html#M000029">query (P4Record)</a><br /> <a href="classes/P4RecFile.html#M000019">read (P4RecFile)</a><br /> <a href="classes/P4Record.html#M000039">rm_file (P4Record)</a><br /> <a href="classes/P4Record.html#M000042">save (P4Record)</a><br /> <a href="classes/P4RecId.html#M000008">seq_str (P4RecId)</a><br /> <a href="classes/P4Table.html#M000027">storage_map (P4Table)</a><br /> <a href="classes/P4RecId.html#M000009">to_s (P4RecId)</a><br /> <a href="classes/P4RecFile.html#M000022">to_s (P4RecFile)</a><br /> <a href="classes/P4RecFile.html#M000020">write (P4RecFile)</a><br /> <a href="classes/P4RecFile.html#M000011">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. |