protected class SharedDriveConnector.ProcessDocumentsFilter extends Object implements jcifs.smb.SmbFileFilter
Modifier and Type | Field and Description |
---|---|
protected IProcessActivity |
activities
This is the activities object, where matching references will be logged
|
protected ManifoldCFException |
lcfException
Exceptions that we saw.
|
protected ServiceInterruption |
serviceInterruption |
protected Specification |
spec
Document specification
|
Constructor and Description |
---|
SharedDriveConnector.ProcessDocumentsFilter(IProcessActivity activities,
Specification spec)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(jcifs.smb.SmbFile f)
Decide if we accept the file.
|
void |
checkAndThrow()
Check for exception, and throw if there is one
|
protected final IProcessActivity activities
protected final Specification spec
protected ManifoldCFException lcfException
protected ServiceInterruption serviceInterruption
public SharedDriveConnector.ProcessDocumentsFilter(IProcessActivity activities, Specification spec)
public boolean accept(jcifs.smb.SmbFile f) throws jcifs.smb.SmbException
accept
in interface jcifs.smb.SmbFileFilter
jcifs.smb.SmbException
public void checkAndThrow() throws ServiceInterruption, ManifoldCFException