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(Map<String,String> fields)
           
 Workspace Workspaces.getWorkspace(String ws_name, String stream_name)
          Returns a workspace specified by name.
 

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



Copyright © 2004-2013 Hudson. All Rights Reserved.