|
||||||||||
| 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.Labels
public class Labels
Base API object for interacting with labels.
| Constructor Summary | |
|---|---|
Labels(Depot depot)
|
|
| Method Summary | |
|---|---|
Label |
getLabel(java.lang.String name)
Returns a label specified by name. |
java.util.List<Label> |
getLabels(java.lang.String path)
Returns a list of labels in the system. |
void |
saveLabel(Label label)
Handles both creating and saving labels. |
| Methods inherited from class com.tek42.perforce.parse.AbstractPerforceTemplate |
|---|
getExtraParams, getLogger, getP4Exe, 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 Labels(Depot depot)
| Method Detail |
|---|
public void saveLabel(Label label)
throws PerforceException
label -
PerforceException
public java.util.List<Label> getLabels(java.lang.String path)
throws PerforceException
path -
PerforceException
public Label getLabel(java.lang.String name)
throws PerforceException
name -
PerforceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||