|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PerforceException | |
|---|---|
| com.perforce.api | Provides legacy perforce.com API classes. |
| 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 FileEntry |
FileEntry.checkIn(Env env,
java.lang.String path,
java.lang.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. |
java.lang.String |
Change.delete()
Delete the pending changelist. |
java.lang.String |
Change.deleteEmptyChange()
Deprecated. Use delete method instead. |
static java.lang.StringBuffer |
Utils.formatDepotPath(java.lang.String path,
java.lang.String pathfmt,
java.lang.String filefmt,
java.lang.String revfmt,
boolean urlencode)
Breaks up a depot path and formats each level. |
static Change[] |
Change.getChanges(Env env,
java.lang.String path)
|
static Change[] |
Change.getChanges(Env env,
java.lang.String path,
int max,
java.lang.String start,
java.lang.String end,
boolean use_integs,
java.lang.String ufilter)
|
static Change[] |
Change.getChanges(java.lang.String path)
|
static Counter[] |
Counter.getCounters(Env env)
Returns an array of all the Counters established on the server. |
static Change |
Branch.integrate(Env env,
java.lang.String source,
java.lang.String branch,
java.lang.StringBuffer sb,
Change c)
Integrate a set of files using the named branch. |
static Change |
Branch.integrate(Env env,
java.util.Vector fents,
java.lang.String branch,
java.lang.StringBuffer sb,
Change c)
Integrate a set of files using the named branch. |
static Change |
Branch.integrate(Env env,
java.util.Vector fents,
java.lang.String branch,
java.lang.StringBuffer sb,
java.lang.String description)
Integrate a set of files using the named branch. |
Change |
Branch.integrate(java.lang.String source,
java.lang.StringBuffer sb,
Change c)
Class method for integrating using the instantiated Branch. |
void |
FileEntry.reopen(java.lang.String type,
Change chng)
Reopens the file with the new type or in the new change list. |
java.lang.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(java.lang.String propfile)
Sets the environment using the specified properties file. |
abstract void |
SourceControlObject.sync()
Brings this object back into sync with Perforce. |
void |
Counter.sync()
|
void |
Cacheable.sync()
Brings this object back into sync with Perforce. |
| Constructors in com.perforce.api that throw PerforceException | |
|---|---|
Env(java.lang.String propfile)
Constructs an environment from a properties file. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||