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

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

Uses of Group in com.tek42.perforce.parse
 

Methods in com.tek42.perforce.parse that return Group
 Group GroupBuilder.buildForm(Map<String,String> fields)
           
 Group Groups.getGroup(String name)
          Retrieves a single group specified by name.
 

Methods in com.tek42.perforce.parse that return types with arguments of type Group
 List<Group> Groups.getGroups()
          Retrieves all groups in the perforce server.
 

Methods in com.tek42.perforce.parse with parameters of type Group
 String[] GroupBuilder.getSaveCmd(String p4exe, Group obj)
           
 void GroupBuilder.save(Group group, Writer out)
           
 void Groups.saveGroup(Group group)
          Saves changes to an existing group, or creates a new one.
 



Copyright © 2004-2012 Hudson. All Rights Reserved.