Class SVNWCClient16.PropSetHandler
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.PropSetHandler
-
- All Implemented Interfaces:
ISVNEntryHandler
- Enclosing class:
- SVNWCClient16
private class SVNWCClient16.PropSetHandler extends java.lang.Object implements ISVNEntryHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection
myChangeLists
private boolean
myIsForce
private ISVNPropertyHandler
myPropHandler
private java.lang.String
myPropName
private SVNPropertyValue
myPropValue
-
Constructor Summary
Constructors Constructor Description PropSetHandler(boolean isForce, java.lang.String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, java.util.Collection changeLists)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEntry(java.io.File path, SVNEntry entry)
void
handleError(java.io.File path, SVNErrorMessage error)
-
-
-
Field Detail
-
myIsForce
private boolean myIsForce
-
myPropName
private java.lang.String myPropName
-
myPropValue
private SVNPropertyValue myPropValue
-
myPropHandler
private ISVNPropertyHandler myPropHandler
-
myChangeLists
private java.util.Collection myChangeLists
-
-
Constructor Detail
-
PropSetHandler
public PropSetHandler(boolean isForce, java.lang.String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, java.util.Collection changeLists)
-
-
Method Detail
-
handleEntry
public void handleEntry(java.io.File path, SVNEntry entry) throws SVNException
- Specified by:
handleEntry
in interfaceISVNEntryHandler
- Throws:
SVNException
-
handleError
public void handleError(java.io.File path, SVNErrorMessage error) throws SVNException
- Specified by:
handleError
in interfaceISVNEntryHandler
- Throws:
SVNException
-
-