Methods in com.perforce.p4java.server that throw NoSuchObjectException |
static IOptionsServer |
ServerFactory.getOptionsServer(String serverUriString,
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(String serverUriString,
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. |
static IServer |
ServerFactory.getServer(String serverUriString,
Properties props)
Return an IServer interface onto an underlying Perforce server at the host
address specified by serverUriString using the protocol implementation and
passed-in properties. |
static IServer |
ServerFactory.getServer(URI serverUrl,
Properties props)
Deprecated. as of the 2009.2 release, use the getServer(String, Properties) method
due to that Java's URI class does not accept hostnames with anything
other than alphanumeric characters: even common hostnames like
"perforce_p" will fail, often silently. |