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 java.util.Collectionprivate booleanprivate ISVNPropertyHandlerprivate java.lang.Stringprivate SVNPropertyValue -
Constructor Summary
ConstructorsConstructorDescriptionPropSetHandler(boolean isForce, java.lang.String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, java.util.Collection changeLists) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEntry(java.io.File path, SVNEntry entry) voidhandleError(java.io.File path, SVNErrorMessage error) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myIsForce
private boolean myIsForce -
myPropName
private java.lang.String myPropName -
myPropValue
-
myPropHandler
-
myChangeLists
private java.util.Collection myChangeLists
-
-
Constructor Details
-
PropSetHandler
public PropSetHandler(boolean isForce, java.lang.String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, java.util.Collection changeLists)
-
-
Method Details
-
handleEntry
- Specified by:
handleEntryin interfaceISVNEntryHandler- Throws:
SVNException
-
handleError
- Specified by:
handleErrorin interfaceISVNEntryHandler- Throws:
SVNException
-