private class SVNWCClient16.PropFetchHandler extends java.lang.Object implements ISVNEntryHandler
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection |
myChangeLists |
private boolean |
myIsPristine |
private ISVNPropertyHandler |
myPropHandler |
private java.lang.String |
myPropName |
| Constructor and Description |
|---|
PropFetchHandler(java.util.Collection changeLists,
java.lang.String propName,
ISVNPropertyHandler handler,
boolean pristine) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEntry(java.io.File path,
SVNEntry entry) |
void |
handleError(java.io.File path,
SVNErrorMessage error) |
private java.util.Collection myChangeLists
private boolean myIsPristine
private java.lang.String myPropName
private ISVNPropertyHandler myPropHandler
public PropFetchHandler(java.util.Collection changeLists,
java.lang.String propName,
ISVNPropertyHandler handler,
boolean pristine)
public void handleEntry(java.io.File path,
SVNEntry entry)
throws SVNException
handleEntry in interface ISVNEntryHandlerSVNExceptionpublic void handleError(java.io.File path,
SVNErrorMessage error)
throws SVNException
handleError in interface ISVNEntryHandlerSVNException