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 Collection
private boolean
private ISVNPropertyHandler
private String
-
Constructor Summary
ConstructorsConstructorDescriptionPropFetchHandler
(Collection changeLists, String propName, ISVNPropertyHandler handler, boolean pristine) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEntry
(File path, SVNEntry entry) void
handleError
(File path, SVNErrorMessage error)
-
Field Details
-
myChangeLists
-
myIsPristine
private boolean myIsPristine -
myPropName
-
myPropHandler
-
-
Constructor Details
-
PropFetchHandler
public PropFetchHandler(Collection changeLists, String propName, ISVNPropertyHandler handler, boolean pristine)
-
-
Method Details
-
handleEntry
- Specified by:
handleEntry
in interfaceISVNEntryHandler
- Throws:
SVNException
-
handleError
- Specified by:
handleError
in interfaceISVNEntryHandler
- Throws:
SVNException
-