Uses of Class
com.perforce.p4java.option.UsageOptions

Packages that use UsageOptions
com.perforce.p4java.impl.mapbased.rpc   
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.option Provides a series of classes that implement P4Java-wide server, client, and other class method options definitions and processing. 
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of UsageOptions in com.perforce.p4java.impl.mapbased.rpc
 

Methods in com.perforce.p4java.impl.mapbased.rpc with parameters of type UsageOptions
 ServerStatus RpcServer.init(String host, int port, Properties props, UsageOptions opts)
           
 ServerStatus OneShotServerImpl.init(String host, int port, Properties props, UsageOptions opts)
          Initialize the server.
 

Uses of UsageOptions in com.perforce.p4java.impl.mapbased.server
 

Fields in com.perforce.p4java.impl.mapbased.server declared as UsageOptions
protected  UsageOptions Server.usageOptions
           
 

Methods in com.perforce.p4java.impl.mapbased.server that return UsageOptions
 UsageOptions Server.getUsageOptions()
           
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type UsageOptions
 ServerStatus Server.init(String host, int port, Properties props, UsageOptions opts)
           
 ServerStatus IServerControl.init(String host, int port, Properties props, UsageOptions opts)
          Initialize the server.
 Server Server.setUsageOptions(UsageOptions usageOptions)
           
 

Uses of UsageOptions in com.perforce.p4java.option
 

Methods in com.perforce.p4java.option that return UsageOptions
 UsageOptions UsageOptions.setHostName(String hostName)
          Set the host name.
 UsageOptions UsageOptions.setProgramName(String programName)
           
 UsageOptions UsageOptions.setProgramVersion(String programVersion)
           
 UsageOptions UsageOptions.setProps(Properties props)
           
 UsageOptions UsageOptions.setTextLanguage(String textLanguage)
           
 UsageOptions UsageOptions.setUnsetClientName(String unsetClientName)
           
 UsageOptions UsageOptions.setUnsetUserName(String unsetUserName)
           
 UsageOptions UsageOptions.setWorkingDirectory(String workingDirectory)
           
 

Uses of UsageOptions in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return UsageOptions
 UsageOptions IOptionsServer.getUsageOptions()
          Get the UsageOptions object associated with this server.
 

Methods in com.perforce.p4java.server with parameters of type UsageOptions
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.
 IOptionsServer IOptionsServer.setUsageOptions(UsageOptions opts)
          Set the UsageOptions object associated with this server.
 



Copyright © 2011 Perforce Software. All Rights Reserved.