Package perforce :: Module results
[frames] | no frames]

Module results



perforce.results - Helper classes for managing results of Perforce commands.

Classes
  FileData
Helper class for storing Perforce file data as a string.
  FileLog
A utility class for storing the results of a 'p4 filelog' command.
  FileRevision
Information about a single revision of a file.
  Integration
Information about a single file integration.
  Results
A utility class for storing the results of a Perforce command.
  IOutputConsumer
This interface class declares the interface that consumers of Perforce command output must provide.
  ResultsOutputConsumer
An IOutputConsumer that places all output into a Results object.