| Methods in com.tek42.perforce.parse with parameters of type Workspace |
java.util.List<java.lang.Integer> |
Changes.getChangeNumbersInRange(Workspace workspace,
int first,
int last)
Return the change numbers in the range [first, last] that apply to the
specified workspace. |
java.util.List<java.lang.Integer> |
Changes.getChangeNumbersInRange(Workspace workspace,
int first,
int last,
java.lang.String paths)
|
java.util.List<java.lang.Integer> |
Changes.getChangeNumbersInRangeForSinglePath(Workspace workspace,
int first,
int last,
java.lang.String path)
|
java.lang.String[] |
WorkspaceBuilder.getSaveCmd(java.lang.String p4exe,
Workspace obj)
|
void |
WorkspaceBuilder.save(Workspace workspace,
java.io.Writer out)
|
void |
Workspaces.saveWorkspace(Workspace workspace)
Saves changes to an existing workspace, or creates a new one. |