Uses of Class
com.perforce.p4java.impl.generic.core.Stream

Packages that use Stream
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
 

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

Methods in com.perforce.p4java.impl.generic.core that return Stream
static Stream Stream.newStream(IOptionsServer server, String streamPath, String type, String parentStreamPath, String name, String description, String options, String[] viewPaths, String[] remappedPaths, String[] ignoredPaths)
          Simple factory / convenience method for creating a new local Stream object with defult values.
static Stream Stream.newStream(IOptionsServer server, String streamPath, String type, String parentStreamPath, String name, String description, String options, String[] viewPaths, String[] remappedPaths, String[] ignoredPaths, String[] clientViewPaths)
          Simple factory / convenience method for creating a new local Stream object with defult values.
 



Copyright © 2015 Perforce Software. All Rights Reserved.