Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.server |
Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.
|
Modifier and Type | Method and Description |
---|---|
IServerAddress.Protocol |
ServerAddressBuilder.getProtocol()
Gets the protocol.
|
IServerAddress.Protocol |
ServerAddress.getProtocol() |
Modifier and Type | Method and Description |
---|---|
static IServerAddress.Protocol |
IServerAddress.Protocol.fromString(String protocol)
Returns the connection protocol as inferred from the passed-in value.
|
IServerAddress.Protocol |
IServerAddress.getProtocol()
Gets the connection protocol.
|
static IServerAddress.Protocol |
IServerAddress.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IServerAddress.Protocol[] |
IServerAddress.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 Perforce Software. All Rights Reserved.