Home | Trees | Indices | Help |
|
---|
|
object --+ | Results
A utility class for storing the results of a Perforce command.
This class is adaptable to the IOutputConsumer class.Instance Methods | |||
|
|||
Inherited from |
Instance Variables | |
list of perforce.Message, perforce.forms.Form, dict and FileData
objects.
|
all A list of all events (messages, records, fileChunks and forms) output from a Perforce command in the order they occurred. |
list of perforce.Message objects.
|
errors A list of all error messages output from a Perforce command. |
list of FileData
objects.
|
fileChunks A list of file chunks output from a Perforce command. |
list of perforce.forms.Form objects.
|
forms A list of forms output from a Perforce command. |
list of perforce.Message objects.
|
infos A list of all info messages output from a Perforce command in the order they occurred. |
list of perforce.Message objects.
|
messages A list of all messages output from a Perforce command in the order they occurred. |
list of dict objects.
|
records A list of the records output from a Perforce command. |
list of perforce.Message objects.
|
warnings A list of all warning messages output from a Perforce command. |
Properties | |
Inherited from |
Method Details |
|
Instance Variable Details |
errorsA list of all error messages output from a Perforce command. Error messages are output when an operation fails for some reason. |
fileChunksA list of file chunks output from a Perforce command. File chunks are typically output from 'print' commands. A file chunk is either text or binary. |
formsA list of forms output from a Perforce command. Typically only one form is output per command, however a list is used here so that the same Results object can be used for multiple commands. |
infosA list of all info messages output from a Perforce command in the order they occurred. Info messages are typically output when something succeeds. |
recordsA list of the records output from a Perforce command. Records are typically output from commands that request information about Perforce entities. |
warningsA list of all warning messages output from a Perforce command. Warning messages are typically output when an operation fails partially or in a non-critical way. eg. a'sync' operation reporting that 'all
file(s) are up to date'.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Sun Aug 05 12:30:13 2007 | http://epydoc.sourceforge.net |