|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.api.ApplyResult
public class ApplyResult
Encapsulates the result of a ApplyCommand
| Constructor Summary | |
|---|---|
ApplyResult()
|
|
| Method Summary | |
|---|---|
ApplyResult |
addUpdatedFile(java.io.File f)
|
java.util.List<java.io.File> |
getUpdatedFiles()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplyResult()
| Method Detail |
|---|
public ApplyResult addUpdatedFile(java.io.File f)
f - an updated file
public java.util.List<java.io.File> getUpdatedFiles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||