Package com.perforce.p4java.server

Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.

See:
          Description

Interface Summary
IOptionsServer An extension of the basic IServer interface to provide Options object-based method access to Perforce server functionality and objects.
IServer Provides an interface onto a Perforce SCM server.
IServerAddress Provides a specification for identifying a Perforce server as a resource in a network.
IServerImplMetadata Provides an interface onto information about Perforce server implementations available through the server factory.
IServerInfo Provides a snapshot onto what the Perforce server knows about both itself and the Perforce client.
IStreamingServer  
 

Class Summary
AbstractAuthHelper This super class is designed to lookup auth entries from file or memory.
AuthTicket Object representing the three parts of a Perforce ticket, the server address, the user name, and the ticket token value.
AuthTicketsHelper This class is designed to lookup authentication tickets from a tickets file or the in-memory tickets map.
Fingerprint Object representing the three parts of a Perforce fingerprint, the server address, the user name, and the ticket token value.
FingerprintsHelper This class is designed to lookup fingerprints from a trust file or the in-memory fingerprints map.
PerforceCharsets Encapsulates Perforce-wide charset information for servers.
ServerFactory The main P4Java server factory class.
ZeroconfHelper Deprecated. As of release 2013.1, ZeroConf is no longer supported by the Perforce server 2013.1.
ZeroconfServerInfo Deprecated. As of release 2013.1, ZeroConf is no longer supported by the Perforce server 2013.1.
 

Enum Summary
CmdSpec An enumeration of the minimum set of Perforce server commands recognized and implemented by P4Java.
IServerAddress.Protocol Specifies the connection protocol
IServerImplMetadata.ImplType Describes the various known implementation types.
ServerStatus Used to describe the protocol-independent status of an IServer object.
 

Package com.perforce.p4java.server Description

Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.



Copyright © 2015 Perforce Software. All Rights Reserved.