public static class StreamSummary.Options extends Object implements IStreamSummary.IOptions
| Constructor and Description |
|---|
Options()
Default constructor; sets all fields to false.
|
Options(boolean ownerSubmit,
boolean locked,
boolean noToParent,
boolean noFromParent)
Explicit-value constructor.
|
Options(String optionsString)
Attempts to construct a stream Options object from a typical p4 cmd
options string, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocked() |
boolean |
isNoFromParent() |
boolean |
isNoToParent() |
boolean |
isOwnerSubmit() |
void |
setLocked(boolean locked) |
void |
setNoFromParent(boolean noFromParent) |
void |
setNoToParent(boolean noToParent) |
void |
setOwnerSubmit(boolean ownerSubmit) |
String |
toString()
Return a Perforce-standard representation of these options.
|
public Options()
public Options(boolean ownerSubmit,
boolean locked,
boolean noToParent,
boolean noFromParent)
public Options(String optionsString)
public String toString()
public boolean isOwnerSubmit()
isOwnerSubmit in interface IStreamSummary.IOptionspublic void setOwnerSubmit(boolean ownerSubmit)
setOwnerSubmit in interface IStreamSummary.IOptionspublic boolean isLocked()
isLocked in interface IStreamSummary.IOptionspublic void setLocked(boolean locked)
setLocked in interface IStreamSummary.IOptionspublic boolean isNoToParent()
isNoToParent in interface IStreamSummary.IOptionspublic void setNoToParent(boolean noToParent)
setNoToParent in interface IStreamSummary.IOptionspublic boolean isNoFromParent()
isNoFromParent in interface IStreamSummary.IOptionspublic void setNoFromParent(boolean noFromParent)
setNoFromParent in interface IStreamSummary.IOptionsCopyright © 2017 Perforce Software. All Rights Reserved.