|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.impl.generic.core.StreamSummary.Options
public static class StreamSummary.Options
Simple default generic IOptions implementation class.
Constructor Summary | |
---|---|
StreamSummary.Options()
Default constructor; sets all fields to false. |
|
StreamSummary.Options(boolean ownerSubmit,
boolean locked,
boolean noToParent,
boolean noFromParent)
Explicit-value constructor. |
|
StreamSummary.Options(String optionsString)
Attempts to construct a stream Options object from a typical p4 cmd options string, e.g. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StreamSummary.Options()
public StreamSummary.Options(boolean ownerSubmit, boolean locked, boolean noToParent, boolean noFromParent)
public StreamSummary.Options(String optionsString)
Method Detail |
---|
public String toString()
toString
in class Object
public boolean isOwnerSubmit()
isOwnerSubmit
in interface IStreamSummary.IOptions
public void setOwnerSubmit(boolean ownerSubmit)
setOwnerSubmit
in interface IStreamSummary.IOptions
public boolean isLocked()
isLocked
in interface IStreamSummary.IOptions
public void setLocked(boolean locked)
setLocked
in interface IStreamSummary.IOptions
public boolean isNoToParent()
isNoToParent
in interface IStreamSummary.IOptions
public void setNoToParent(boolean noToParent)
setNoToParent
in interface IStreamSummary.IOptions
public boolean isNoFromParent()
isNoFromParent
in interface IStreamSummary.IOptions
public void setNoFromParent(boolean noFromParent)
setNoFromParent
in interface IStreamSummary.IOptions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |