Package com.perforce.api

Provides legacy perforce.com API classes.

See:
          Description

Interface Summary
Cacheable An interface that indicates the implementing class can be cached for some period of time.
 

Class Summary
Branch Representation of a source control branch.
Change Representation of a source control change.
Client Representation of a source control client.
Counter Representation of perforce counters.
Debug Utility class used for debugging.
DirEntry Representation of a source control directory.
Env Representation of a source control environment.
EventLog This class controls an event log.
FileEntry Representation of a source control file.
HashDecay This hashtable build to contain objects that will decay over time.
Job Representation of a source control job.
JobField Data class for p4 jobspec field information.
Label Representation of a source control lablel.
Mapping Representation of a source control mapping.
P4JNI This class handles the Java Native Interface to the P4 libraries.
P4Process Handles the execution of all perforce commands.
RobotMessage Deprecated. This shoud be a part of the P4WebPublisher package.
SourceControlObject An abstract base class for all source control objects.
User Representation of a source control user.
Utils Class that contains static utility methods.
 

Exception Summary
CommitException Signals that an exception occurred during the process of committing a cacheable object to perforce.
PerforceException Signals that a general exception occurred when working with Perforce.
SubmitException Signals that an exception occurred during a submit to Perforce.
 

Package com.perforce.api Description

Provides legacy perforce.com API classes. These classes can be used as a backup if the new API does not provide a particular need for you. The new API contains the Depot object which has support for generating a legacy Env object. You can use this for all legacy API calls that require an Env parameter.



Copyright © 2010. All Rights Reserved.