public class SVNPatchTargetInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
deleted |
private java.io.File |
localAbsPath |
| Constructor and Description |
|---|
SVNPatchTargetInfo(java.io.File localAbsPath,
boolean deleted) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getLocalAbsPath() |
boolean |
isDeleted() |