|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.repository.RevisionBlock
This class represents a single revision that comprised of multiple lines. It is used to help extract out information of a multi-line revision
Constructor Summary | |
RevisionBlock()
|
Method Summary | |
java.util.List |
getLines()
|
boolean |
isReady()
|
boolean |
isValid()
|
void |
setReady(boolean ready)
|
void |
setValid(boolean valid)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RevisionBlock()
Method Detail |
public java.util.List getLines()
public boolean isReady()
public void setReady(boolean ready)
public boolean isValid()
public void setValid(boolean valid)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |