Uses of Class
com.perforce.p4java.exception.ConfigException

Packages that use ConfigException
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of ConfigException in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that throw ConfigException
 void IServer.connect()
          Connect to the Perforce server associated with this server object.
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.
 void IServer.login(java.lang.String password)
          Convenience method for login(password, false).
 void IServer.login(java.lang.String password, boolean allHosts)
          Log the current user (if any) in to a Perforce server, optionally arranging to be logged in for all hosts.
 void IServer.logout()
          Log the current Perforce user out of a Perforce server session.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.