private class SVNWCClient16.PropSetHandler extends java.lang.Object implements ISVNEntryHandler
Modifier and Type | Field and Description |
---|---|
private java.util.Collection |
myChangeLists |
private boolean |
myIsForce |
private ISVNPropertyHandler |
myPropHandler |
private java.lang.String |
myPropName |
private SVNPropertyValue |
myPropValue |
Constructor and Description |
---|
PropSetHandler(boolean isForce,
java.lang.String propName,
SVNPropertyValue propValue,
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 java.lang.String myPropName
private SVNPropertyValue myPropValue
private ISVNPropertyHandler myPropHandler
private java.util.Collection myChangeLists
public PropSetHandler(boolean isForce, java.lang.String propName, SVNPropertyValue propValue, 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