Class SVNWCClient16.PropFetchHandler
java.lang.Object
org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.PropFetchHandler
- All Implemented Interfaces:
ISVNEntryHandler
- Enclosing class:
- SVNWCClient16
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.util.Collection
private boolean
private ISVNPropertyHandler
private java.lang.String
-
Constructor Summary
ConstructorsConstructorDescriptionPropFetchHandler
(java.util.Collection changeLists, java.lang.String propName, ISVNPropertyHandler handler, boolean pristine) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEntry
(java.io.File path, SVNEntry entry) void
handleError
(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
-
myChangeLists
private java.util.Collection myChangeLists -
myIsPristine
private boolean myIsPristine -
myPropName
private java.lang.String myPropName -
myPropHandler
-
-
Constructor Details
-
PropFetchHandler
public PropFetchHandler(java.util.Collection changeLists, java.lang.String propName, ISVNPropertyHandler handler, boolean pristine)
-
-
Method Details
-
handleEntry
- Specified by:
handleEntry
in interfaceISVNEntryHandler
- Throws:
SVNException
-
handleError
- Specified by:
handleError
in interfaceISVNEntryHandler
- Throws:
SVNException
-