Package com.tek42.perforce.parse

Provides a the classes necessary for parsing p4 output and for writing to p4.

See:
          Description

Interface Summary
Builder<T> Interface for parsing perforce output into a concrete object and also for saving the object back to perforce.
 

Class Summary
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.
AbstractPerforceTemplate Provides default functionality for interacting with Perforce using the template design pattern.
AbstractPerforceTemplate.ResponseFilter Used to filter the response from perforce so the API can throw out useless lines and thus save memory during large operations.
ChangelistBuilder Responsible for building and saving changelists.
Changes Base API object for interacting with changelists.
CounterBuilder Responsible for building and saving counters.
Counters Base API object for interacting with counters.
File  
GroupBuilder  
Groups Object for working with perforce groups.
LabelBuilder Responsible for building and saving labels.
Labels Base API object for interacting with labels.
Status Allows checking the status of the depot.
UserBuilder Responsible for building and saving user objects.
Users Base API object for interacting with users.
WorkspaceBuilder Responsible for building and saving workspaces.
Workspaces Base API object for interacting with workspaces.
 

Package com.tek42.perforce.parse Description

Provides a the classes necessary for parsing p4 output and for writing to p4.



Copyright © 2004-2013 Hudson. All Rights Reserved.