|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchObjectException | |
---|---|
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of NoSuchObjectException in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that throw NoSuchObjectException | |
---|---|
static IServer |
ServerFactory.getServer(java.lang.String serverUriString,
java.util.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(java.net.URI serverUrl,
java.util.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |