<HTML><HEAD> <TITLE>P4Package - Example Code</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> <TABLE align="center" width="700"> <THEAD><TR><TH>File Name</TH><TH>Description</TH></TR></THEAD> <TBODY> <TR><TD valign="top"><A href="p4.properties">p4.properties</TD> <TD>Properties file used by Common.java to set up the environment. If this file were not present, the environment could be set up with hardcoded values.</TD></TR> <TR><TD><A href="Common.java">Common.java</TD> <TD>Contains a common static method used to set up the environment used by all the other examples.</TD></TR> <TR><TD><A href="CreateClient.java">CreateClient.java</TD> <TD>Example of creating a new client.</TD></TR> <TR><TD><A href="AddAFile.java">AddAFile.java</TD> <TD>Example of adding a file to the depot.</TD></TR> <TR><TD><A href="StatFile.java">StatFile.java</TD> <TD>Example of getting file stats.</TD></TR> <TR><TD><A href="ListUsers.java">ListUsers.java</TD> <TD>List all the users.</TD></TR> <TR><TD colspan="2" align="left"> <BR><BR> <A href="http://public.perforce.com/public/perforce/api/java/p4package/index.html">Return to the P4Package main page...</A> </TD></TR> </TBODY> </TABLE> </BODY></HTML>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 1335 | David Markley | Corrected the documentation. | ||
#2 | 1332 | David Markley |
Added more example code. Added the Counter class. Corrected the filelog methods for the FileEntry class. |
||
#1 | 1151 | David Markley | Added the exampes web page. |