org.apache.tools.ant.taskdefs.optional.perforce |
ANT Tasks for Perforce integration.
These tasks provide basic P4 capabilities to automated ANT-based build systems. Note:
the tasks in this package are linked against the Jakarta ORO 2.0 library which
brings the power of Perl 5 regular expressions to Java.
These tasks also require you to have the p4 (or p4.exe) client in your path.
@see Ant Project
@see Perforce
@see org.apache.tools.ant.taskdefs.optional.perforce.P4Sync
@see org.apache.tools.ant.taskdefs.optional.perforce.P4Label
@see org.apache.tools.ant.taskdefs.optional.perforce.P4Have
@see org.apache.tools.ant.taskdefs.optional.perforce.P4Change
@see org.apache.tools.ant.taskdefs.optional.perforce.P4Edit
@see org.apache.tools.ant.taskdefs.optional.perforce.P4Submit
@see org.apache.tools.ant.taskdefs.optional.perforce.P4Counter
@author Les Hughes
|
Java Source File Name | Type | Comment |
FStatP4OutputHandler.java | Class | |
P4Add.java | Class | Adds specified files to Perforce. |
P4Base.java | Class | Base class for Perforce (P4) ANT tasks. |
P4Change.java | Class | Requests a new changelist from the Perforce server.
P4Change creates a new changelist in perforce. |
P4ChangeTest.java | Class | Basic testcase to ensure that backslashing is OK. |
P4Counter.java | Class | Obtains or sets the value of a counter.
When used in its base form
(where only the counter name is provided), the counter value will be
printed to the output stream. |
P4Delete.java | Class | Checkout files for deletion. |
P4Edit.java | Class | Open file(s) for edit. |
P4Fstat.java | Class | P4Fstat--find out which files are under Perforce control and which are not. |
P4Handler.java | Interface | Interface for p4 job output stream handler. |
P4HandlerAdapter.java | Class | |
P4Have.java | Class | Lists Perforce files currently on client. |
P4Integrate.java | Class | Integrate file(s). |
P4Label.java | Class | Creates a new Perforce label and set contents to reflect current
client file revisions. |
P4Labelsync.java | Class | This method syncs an existing Perforce label against the Perforce client
or against a set of files/revisions. |
P4OutputHandler.java | Interface | Interface for p4 job output stream handler. |
P4OutputStream.java | Class | |
P4Reopen.java | Class | Reopen Perforce checkout files between changelists. |
P4Resolve.java | Class | |
P4Revert.java | Class | |
P4Submit.java | Class | Submits a numbered changelist to Perforce. |
P4Sync.java | Class | Synchronize client space to a Perforce depot view. |
SimpleP4OutputHandler.java | Class | |