Uses of Class
com.tek42.perforce.model.Workspace

Packages that use Workspace
com.tek42.perforce.parse Provides a the classes necessary for parsing p4 output and for writing to p4. 
 

Uses of Workspace in com.tek42.perforce.parse
 

Methods in com.tek42.perforce.parse that return Workspace
 Workspace WorkspaceBuilder.buildForm(java.util.Map<java.lang.String,java.lang.String> fields)
           
 Workspace Workspaces.getWorkspace(java.lang.String name)
          Returns a workspace specified by name.
 

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.lang.String[] WorkspaceBuilder.getSaveCmd(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.
 



Copyright © 2010. All Rights Reserved.