Uses of Interface
com.tek42.perforce.parse.Builder

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

Uses of Builder in com.tek42.perforce.parse
 

Classes in com.tek42.perforce.parse that implement Builder
 class AbstractFormBuilder<T>
          Abstract class that parses the stringbuilder into key/value pairs and then sends them to a abstract method responsible for building the object.
 class ChangelistBuilder
          Responsible for building and saving changelists.
 class CounterBuilder
          Responsible for building and saving counters.
 class GroupBuilder
           
 class LabelBuilder
          Responsible for building and saving labels.
 class UserBuilder
          Responsible for building and saving user objects.
 class WorkspaceBuilder
          Responsible for building and saving workspaces.
 

Methods in com.tek42.perforce.parse with parameters of type Builder
protected  void AbstractPerforceTemplate.saveToPerforce(java.lang.Object object, Builder builder)
          Handles the IO for opening a process, writing to it, flushing, closing, and then handling any errors.
 



Copyright © 2010. All Rights Reserved.