Package | Description |
---|---|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
Modifier and Type | Method and Description |
---|---|
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 © 2017 Perforce Software. All Rights Reserved.