Perforce

Uses of Class
com.perforce.api.PerforceException

Uses of PerforceException in com.perforce.api
 

Subclasses of PerforceException in com.perforce.api
 class CommitException
          Signals that an exception occurred during the process of committing a cacheable object to perforce.
 class SubmitException
          Signals that an exception occurred during a submit to Perforce.
 

Methods in com.perforce.api that throw PerforceException
abstract  void SourceControlObject.sync()
          Brings this object back into sync with Perforce.
 void Counter.sync()
           
static Counter[] Counter.getCounters(Env env)
          Returns an array of all the Counters established on the server.
 Change[] Counter.review()
          Determine the changelists that need to be reviewed.
 void Env.checkValidity()
          Checks the environment to see if it is valid.
 void Cacheable.sync()
          Brings this object back into sync with Perforce.
 String Change.resolve(boolean force)
          Resolves the files associated with this change.
 String Change.deleteEmptyChange()
          Deletes the Changelist if it is empty.
 User[] Change.reviews()
          Determine the users that review this changelist.
static Change Branch.integrate(Env env, Vector fents, String branch, StringBuffer sb, String description)
          Integrate a set of files using the named branch.
static Change Branch.integrate(Env env, Vector fents, String branch, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
 Change Branch.integrate(String source, StringBuffer sb, Change c)
          Class method for integrating using the instantiated Branch.
static Change Branch.integrate(Env env, String source, String branch, StringBuffer sb, Change c)
          Integrate a set of files using the named branch.
 

Constructors in com.perforce.api that throw PerforceException
Env(String propfile)
          Constructs an environment from a properties file.
 


Perforce

Copyright © 2001, Perforce Software, All rights reserved.