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

Packages that use IStreamSummary
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.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IStreamSummary in com.perforce.p4java.core
 

Subinterfaces of IStreamSummary in com.perforce.p4java.core
 interface IStream
          Defines a full Perforce stream specification.
 

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

Classes in com.perforce.p4java.impl.generic.core that implement IStreamSummary
 class Stream
          Simple default implementation class for the IStream interface.
 class StreamSummary
          Default implementation class for the IStreamSummary interface.
 

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

Uses of IStreamSummary in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IStreamSummary
 List<IStreamSummary> Server.getStreams(List<String> streamPaths, GetStreamsOptions opts)
           
 

Uses of IStreamSummary in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IStreamSummary
 List<IStreamSummary> IOptionsServer.getStreams(List<String> streamPaths, GetStreamsOptions opts)
          Get a list of all summary Perforce streams known to the Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.