Title: jBuilder/Perforce
Description: For integrate perforce on jBuilder5,
Found all the basic action and group for integrate P4,
each anonymous class is a menu.
Remark: The truth table for enable menu:
X -> Does not have
V -> Must be
Cmd File On DepotFile on PendingNew File
Sync V
Edit V X
Revert V
Submit V
Add X X V
If no connection, all menu without "connect" will be disable.
Actions() -
Constructor for class com.jbase.jbuilder5vcs.Actions
ADD -
Static variable in class com.jbase.jbuilder5vcs.Actions
Title: jBuilder/Perforce
Description: The panel will be integrate on jBuilder,
This is the swing panel with the basic configuration for
communicate with P4 (on local computer).
Title: JBuilder/Perforce
Description: Integration of Perforce on jBuilder
This class is a mirror of the P4 client, it maintain the list of
file on the pending list and on the depot list.
Title: JBuilder/Perforce
Description: call command of P4.
command supported:
- sync
- edit
- submit
- revert
- client
- add
- have
- change
This class has a field variable with a p4ClientSpec.
P4Cmd() -
Constructor for class com.jbase.jbuilder5vcs.P4Cmd
Title: jBuilder/Perforce
Description: Implementation of the VCSFileStatus abstract class to provide status information about
revisions stored in this VCS.
This is fundamental to provide support for the VCSCommitBrowser dialog.
For submit all modifications to P4 and update the lists file on the P4ClientSpec
Warning: If another user had modified and submit the files, you must launch P4
for merge the files.