Uses of Class
org.tmatesoft.svn.core.internal.wc2.patch.SvnPropertiesPatchTarget
Packages that use SvnPropertiesPatchTarget
-
Uses of SvnPropertiesPatchTarget in org.tmatesoft.svn.core.internal.wc2.patch
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SvnPropertiesPatchTargetModifier and TypeFieldDescriptionprivate final SvnPropertiesPatchTarget
SvnPropertiesPatchTarget.PropReadCallbacks.propPatchTarget
Fields in org.tmatesoft.svn.core.internal.wc2.patch with type parameters of type SvnPropertiesPatchTargetModifier and TypeFieldDescriptionprivate java.util.Map<java.lang.String,
SvnPropertiesPatchTarget> SvnPatchTarget.propTargets
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SvnPropertiesPatchTargetModifier and TypeMethodDescriptionstatic SvnPropertiesPatchTarget
SvnPropertiesPatchTarget.initPropTarget
(java.lang.String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, java.io.File absPath) Methods in org.tmatesoft.svn.core.internal.wc2.patch that return types with arguments of type SvnPropertiesPatchTargetModifier and TypeMethodDescriptionjava.util.Map<java.lang.String,
SvnPropertiesPatchTarget> SvnPatchTarget.getPropTargets()
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnPropertiesPatchTargetModifier and TypeMethodDescriptionprivate void
SvnPatchTarget.putPropTarget
(java.lang.String propName, SvnPropertiesPatchTarget propTarget) Constructors in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SvnPropertiesPatchTargetModifierConstructorDescriptionprivate
PropReadCallbacks
(SvnPropertiesPatchTarget propPatchTarget, SVNPropertyValue value, long offset)