Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.patch |
Modifier and Type | Field and Description |
---|---|
private SvnPropertiesPatchTarget |
SvnPropertiesPatchTarget.PropReadCallbacks.propPatchTarget |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SvnPropertiesPatchTarget> |
SvnPatchTarget.propTargets |
Modifier and Type | Method and Description |
---|---|
static SvnPropertiesPatchTarget |
SvnPropertiesPatchTarget.initPropTarget(java.lang.String propName,
SvnDiffCallback.OperationKind operation,
SVNWCContext context,
java.io.File absPath) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SvnPropertiesPatchTarget> |
SvnPatchTarget.getPropTargets() |
Modifier and Type | Method and Description |
---|---|
private void |
SvnPatchTarget.putPropTarget(java.lang.String propName,
SvnPropertiesPatchTarget propTarget) |
Constructor and Description |
---|
PropReadCallbacks(SvnPropertiesPatchTarget propPatchTarget,
SVNPropertyValue value,
long offset) |