|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tek42.perforce.parse.AbstractPerforceTemplate
com.tek42.perforce.parse.Counters
public class Counters
Base API object for interacting with counters.
| Constructor Summary | |
|---|---|
Counters(Depot depot)
|
|
| Method Summary | |
|---|---|
Counter |
getCounter(java.lang.String name)
Returns a counter specified by name. |
java.util.List<Counter> |
getCounters()
Returns a list of counters in the system. |
void |
saveCounter(Counter counter)
Saves the given counter. |
| Methods inherited from class com.tek42.perforce.parse.AbstractPerforceTemplate |
|---|
getExtraParams, getLogger, getPerforceResponse, getRawPerforceResponseLines, hitMax, login, parseList, saveToPerforce |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Counters(Depot depot)
| Method Detail |
|---|
public void saveCounter(Counter counter)
throws PerforceException
counter -
PerforceException
public java.util.List<Counter> getCounters()
throws PerforceException
PerforceException
public Counter getCounter(java.lang.String name)
throws PerforceException
name - counter name
PerforceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||