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
 void Change.addFile(FileEntry fent)
          Adds the given FileEntry to the changelist.
static boolean Branch.canIntegrate(Env env, String source, String target, StringBuffer sb)
          Check for the integration feasibility on the named branch.
static FileEntry FileEntry.checkIn(Env env, String path, String description)
          Checks in a file that has already been opened on the client using the description given.
 void Env.checkValidity()
          Checks the environment to see if it is valid.
 String Change.delete()
          Delete the pending changelist.
 String Change.deleteEmptyChange()
          Deprecated. Use delete method instead.
static StringBuffer Utils.formatDepotPath(String path, String pathfmt, String filefmt, String revfmt, boolean urlencode)
          Breaks up a depot path and formats each level.
static Change[] Change.getChanges(Env env, String path)
           
static Change[] Change.getChanges(Env env, String path, int max, String start, String end, boolean use_integs, String ufilter)
           
static Change[] Change.getChanges(String path)
           
static Counter[] Counter.getCounters(Env env)
          Returns an array of all the Counters established on the server.
 Vector Label.getFiles()
          Returns the list of files associated with the current label
static Change Branch.integrate(Env env, String source, String target, StringBuffer sb, Change c)
          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.
static Change Branch.integrate(Env env, Vector fents, String branch, StringBuffer sb, String description)
          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 boolean Branch.integrated(Env env, String source, String target, StringBuffer sb)
          Check for the integration history on the named branch.
 void FileEntry.reopen(String type, Change chng)
          Reopens the file with the new type or in the new change list.
 String Change.resolve(boolean force)
          Resolves this file.
 void Change.revert()
          Reverts all the files associated with a pending changelist.
 Change[] Counter.review()
          Determine the changelists that need to be reviewed.
 User[] Change.reviews()
          Determine the users that review this changelist.
 void Env.setFromProperties(String propfile)
          Sets the environment using the specified properties file.
 void Counter.sync()
           
abstract  void SourceControlObject.sync()
          Brings this object back into sync with Perforce.
 void Cacheable.sync()
          Brings this object back into sync with Perforce.
 

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.