Class SVNWCClient16.PropSetHandler
java.lang.Object
org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.PropSetHandler
- All Implemented Interfaces:
ISVNEntryHandler
- Enclosing class:
- SVNWCClient16
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Collection
private boolean
private ISVNPropertyHandler
private String
private SVNPropertyValue
-
Constructor Summary
ConstructorsConstructorDescriptionPropSetHandler
(boolean isForce, String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, Collection changeLists) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEntry
(File path, SVNEntry entry) void
handleError
(File path, SVNErrorMessage error)
-
Field Details
-
myIsForce
private boolean myIsForce -
myPropName
-
myPropValue
-
myPropHandler
-
myChangeLists
-
-
Constructor Details
-
PropSetHandler
public PropSetHandler(boolean isForce, String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, Collection changeLists)
-
-
Method Details
-
handleEntry
- Specified by:
handleEntry
in interfaceISVNEntryHandler
- Throws:
SVNException
-
handleError
- Specified by:
handleError
in interfaceISVNEntryHandler
- Throws:
SVNException
-