| Methods in com.perforce.p4java.server that return IOptionsServer |
static IOptionsServer |
ServerFactory.getOptionsServer(java.lang.String serverUriString,
java.util.Properties props)
Return an IOptionsServer onto an underlying Perforce server at the host
address specified by serverUriString using the protocol implementation and
passed-in properties and a default UsageOptions object. |
static IOptionsServer |
ServerFactory.getOptionsServer(java.lang.String serverUriString,
java.util.Properties props,
UsageOptions opts)
Return an IOptionsServer interface onto an underlying Perforce server at the host
address specified by serverUriString using the protocol implementation and
passed-in properties and usage options. |
IOptionsServer |
IOptionsServer.setUsageOptions(UsageOptions opts)
Set the UsageOptions object associated with this server. |