protected class SharedDriveConnector.ProcessDocumentsFilter
extends java.lang.Object
implements jcifs.smb.SmbFileFilter
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.manifoldcf.crawler.interfaces.IProcessActivity |
activities
This is the activities object, where matching references will be logged
|
protected org.apache.manifoldcf.core.interfaces.ManifoldCFException |
lcfException
Exceptions that we saw.
|
protected org.apache.manifoldcf.agents.interfaces.ServiceInterruption |
serviceInterruption |
protected org.apache.manifoldcf.core.interfaces.Specification |
spec
Document specification
|
| Constructor and Description |
|---|
ProcessDocumentsFilter(org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities,
org.apache.manifoldcf.core.interfaces.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 org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities
protected final org.apache.manifoldcf.core.interfaces.Specification spec
protected org.apache.manifoldcf.core.interfaces.ManifoldCFException lcfException
protected org.apache.manifoldcf.agents.interfaces.ServiceInterruption serviceInterruption
public ProcessDocumentsFilter(org.apache.manifoldcf.crawler.interfaces.IProcessActivity activities,
org.apache.manifoldcf.core.interfaces.Specification spec)
public boolean accept(jcifs.smb.SmbFile f)
throws jcifs.smb.SmbException
accept in interface jcifs.smb.SmbFileFilterjcifs.smb.SmbExceptionpublic void checkAndThrow()
throws org.apache.manifoldcf.agents.interfaces.ServiceInterruption,
org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.agents.interfaces.ServiceInterruptionorg.apache.manifoldcf.core.interfaces.ManifoldCFException