Uses of Interface
com.perforce.p4java.core.IBranchSpecSummary

Packages that use IBranchSpecSummary
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IBranchSpecSummary in com.perforce.p4java.core
 

Subinterfaces of IBranchSpecSummary in com.perforce.p4java.core
 interface IBranchSpec
          Defines a full Perforce branch specification for use in Perforce integrate (merge) commands.
 

Uses of IBranchSpecSummary in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IBranchSpecSummary
 class BranchSpec
          Simple default implementation class for the IBranchSpec interface.
 class BranchSpecSummary
          Default implementation class for the IBranchSpecSummary interface.
 

Constructors in com.perforce.p4java.impl.generic.core with parameters of type IBranchSpecSummary
BranchSpec(IBranchSpecSummary summary)
          Construct a new BranchSpec from the passed-in summary branch spec.
 

Uses of IBranchSpecSummary in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IBranchSpecSummary
 java.util.List<IBranchSpecSummary> IServer.getBranchSpecs(java.lang.String userName, java.lang.String nameFilter, int maxReturns)
          Get a list of all summary Perforce branch specs known to the Perforce server.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.