Class SVNWCClient16.PropFetchHandler
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc16.SVNWCClient16.PropFetchHandler
-
- All Implemented Interfaces:
ISVNEntryHandler
- Enclosing class:
- SVNWCClient16
private class SVNWCClient16.PropFetchHandler extends java.lang.Object implements ISVNEntryHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection
myChangeLists
private boolean
myIsPristine
private ISVNPropertyHandler
myPropHandler
private java.lang.String
myPropName
-
Constructor Summary
Constructors Constructor Description PropFetchHandler(java.util.Collection changeLists, java.lang.String propName, ISVNPropertyHandler handler, boolean pristine)
-
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
-
myChangeLists
private java.util.Collection myChangeLists
-
myIsPristine
private boolean myIsPristine
-
myPropName
private java.lang.String myPropName
-
myPropHandler
private ISVNPropertyHandler myPropHandler
-
-
Constructor Detail
-
PropFetchHandler
public PropFetchHandler(java.util.Collection changeLists, java.lang.String propName, ISVNPropertyHandler handler, boolean pristine)
-
-
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
-
-