Class SftpFetcherConfig
java.lang.Object
com.norconex.crawler.core.fetch.BaseFetcherConfig
com.norconex.crawler.fs.fetch.impl.BaseAuthNioFetcherConfig
com.norconex.crawler.fs.fetch.impl.sftp.SftpFetcherConfig
Configuration for SftpFetcher.
SFTP fetcher.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleansetCompression(String compression) setConnectTimeout(Duration connectTimeout) setFileNameEncoding(String fileNameEncoding) setKnownHosts(File knownHosts) setPreferredAuthentications(String preferredAuthentications) setStrictHostKeyChecking(String strictHostKeyChecking) setUserDirIsRoot(boolean userDirIsRoot) toString()Methods inherited from class com.norconex.crawler.fs.fetch.impl.BaseAuthNioFetcherConfig
getCredentials, getDomain, setDomainMethods inherited from class com.norconex.crawler.core.fetch.BaseFetcherConfig
getReferenceFilters, setReferenceFilters
-
Constructor Details
-
SftpFetcherConfig
public SftpFetcherConfig()
-
-
Method Details
-
getCompression
-
getFileNameEncoding
-
getKnownHosts
-
getPreferredAuthentications
-
getStrictHostKeyChecking
-
getConnectTimeout
-
isUserDirIsRoot
public boolean isUserDirIsRoot() -
setCompression
- Returns:
this.
-
setFileNameEncoding
- Returns:
this.
-
setKnownHosts
- Returns:
this.
-
setPreferredAuthentications
- Returns:
this.
-
setStrictHostKeyChecking
- Returns:
this.
-
setConnectTimeout
- Returns:
this.
-
setUserDirIsRoot
- Returns:
this.
-
equals
- Overrides:
equalsin classBaseAuthNioFetcherConfig
-
canEqual
- Overrides:
canEqualin classBaseAuthNioFetcherConfig
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseAuthNioFetcherConfig
-
toString
- Overrides:
toStringin classBaseAuthNioFetcherConfig
-