private class SVNWCClient16.PropSetHandlerExt extends java.lang.Object implements ISVNEntryHandler
Modifier and Type | Field and Description |
---|---|
private java.util.Collection |
myChangeLists |
private boolean |
myIsForce |
private ISVNPropertyHandler |
myPropHandler |
private ISVNPropertyValueProvider |
myPropValueProvider |
Constructor and Description |
---|
PropSetHandlerExt(boolean isForce,
ISVNPropertyValueProvider propertyValueProvider,
ISVNPropertyHandler handler,
java.util.Collection changeLists) |
Modifier and Type | Method and Description |
---|---|
void |
handleEntry(java.io.File path,
SVNEntry entry) |
void |
handleError(java.io.File path,
SVNErrorMessage error) |
private boolean myIsForce
private ISVNPropertyValueProvider myPropValueProvider
private ISVNPropertyHandler myPropHandler
private java.util.Collection myChangeLists
public PropSetHandlerExt(boolean isForce, ISVNPropertyValueProvider propertyValueProvider, ISVNPropertyHandler handler, java.util.Collection changeLists)
public void handleEntry(java.io.File path, SVNEntry entry) throws SVNException
handleEntry
in interface ISVNEntryHandler
SVNException
public void handleError(java.io.File path, SVNErrorMessage error) throws SVNException
handleError
in interface ISVNEntryHandler
SVNException