Interface | Description |
---|---|
P4Add |
Exposes access to the "p4 add" command
|
P4Change |
Methods to execute "p4 change" commands
|
P4Changes |
Exposure to the "p4 changes" command
|
P4Client |
Simplified interaction to the "p4 client" command via IOptionsServer.execMapCommand
|
P4ClientConnection |
Any API call that requires a client with the user should depend upon this
interface.
|
P4Configure |
We use a very small subset of the "p4 set" command, that is mostly used to
just initialize a new perforce installation.
|
P4Connection |
Represents a connection to the Perforce server.
|
P4Depot |
Wraps calls to "p4 depot".
|
P4Edit |
Exposes access to the "p4 edit" command
|
P4Errors |
Maps output of the Map command to our P4Exception class when error conditions
are reported.
|
P4Files |
Access to the "p4 files" command
|
P4Opened |
Interface to the "p4 opened" command
|
P4Passwd |
Mimics running "p4 passwd".
|
P4Protect |
Access to the "p4 protect" command.
|
P4Revert |
Access to the "p4 revert" command
|
P4Shelve |
Access to the p4 shelve command
|
P4Submit |
Interface to the "p4 submit" command
|
P4Sync |
Basic interface to the "p4 sync" command
|
P4Triggers |
Access to the "p4 triggers" command.
|
P4User |
API for the "p4 user" command.
|
Class | Description |
---|---|
ChangeSpec |
Wrapper around the output of the change command
|
ClientSpec |
A class that provides a bean-style interface over the client spec map returned by the
IOptionsServer map command.
|
DepotSpec |
Wraps the returned map from P4Java with some helper methods.
|
ErrorId | |
ErrorIds | |
FileSummary |
A simple wrapper around the map output of P4Files with bean style helper methods.
|
OpenedFile |
Very simple wrapper around the output from "p4 opened"
|
Permission |
Represents a single line in the permissions table.
|
ProtectSpec | |
SpecUtils |
TODO remove: it's not needed
|
SpecUtils.KeyRank | |
SpecUtils.KeyRank.KeyRankComparator | |
TriggerSpec |
Wraps the lines of the output of the trigger table.
|
TriggerSpec.Trigger | |
UserSpec |
Wraps the output of P4User with some helper methods to access common
attributes.
|
Exception | Description |
---|---|
P4Exception |
Almost all methods in the p4data project, when they encounter an
unrecoverable issue, will throw this exception, instead of a typed
exception.
|