|
||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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. |
void |
Cacheable.sync()
Brings this object back into sync with Perforce. |
static StringBuffer |
Utils.formatDepotPath(String path,
String pathfmt,
String filefmt,
String revfmt,
boolean urlencode)
Breaks up a depot path and formats each level. |
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 |
Env.setFromProperties(String propfile)
Sets the environment using the specified properties file. |
void |
Change.addFile(FileEntry fent)
Adds the given FileEntry to the changelist. |
String |
Change.resolve(boolean force)
Resolves this file. |
void |
Change.revert()
Reverts all the files associated with a pending changelist. |
String |
Change.delete()
Delete the pending changelist. |
String |
Change.deleteEmptyChange()
Deprecated. Use delete method instead. |
static Change[] |
Change.getChanges(Env env,
String path)
|
static Change[] |
Change.getChanges(String path)
|
static Change[] |
Change.getChanges(Env env,
String path,
int max,
String start,
String end,
boolean use_integs,
String ufilter)
|
User[] |
Change.reviews()
Determine the users that review this changelist. |
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 |
FileEntry.reopen(String type,
Change chng)
Reopens the file with the new type or in the new change list. |
Constructors in com.perforce.api that throw PerforceException | |
Env(String propfile)
Constructs an environment from a properties file. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |