- search(String) - Method in class info.dolezel.fatrat.plugins.SearchPlugin
-
Implement this method to receive search queries.
- searchDone(SearchPlugin.SearchResult[]) - Method in class info.dolezel.fatrat.plugins.SearchPlugin
-
Call this method when the search has finished with success.
- searchDone(List<SearchPlugin.SearchResult>) - Method in class info.dolezel.fatrat.plugins.SearchPlugin
-
Call this method when the search has finished with success.
- searchFailed() - Method in class info.dolezel.fatrat.plugins.SearchPlugin
-
Call this method when the search has finished with a failure.
- SearchPlugin - Class in info.dolezel.fatrat.plugins
-
Extend this class to add support for a new file sharing search engine.
- SearchPlugin() - Constructor for class info.dolezel.fatrat.plugins.SearchPlugin
-
- SearchPlugin.SearchResult - Class in info.dolezel.fatrat.plugins
-
Use this class to return search results to the application.
- SearchPlugin.SearchResult() - Constructor for class info.dolezel.fatrat.plugins.SearchPlugin.SearchResult
-
- SearchPluginInfo - Annotation Type in info.dolezel.fatrat.plugins.annotations
-
- setFailed(String) - Method in class info.dolezel.fatrat.plugins.AccountStatusPlugin
-
Call if you failed to retrieve the account state.
- setFailed(String) - Method in class info.dolezel.fatrat.plugins.TransferPlugin
-
A shorthand for calling setMessage(error) and setState(State.Failed)
- setFileName(String) - Method in class info.dolezel.fatrat.plugins.extra.DownloadUrl
-
Sets the file name to store the file under.
- setMessage(String) - Method in class info.dolezel.fatrat.plugins.TransferPlugin
-
Sets the message seen in the transfer list
- setPersistentVariable(String, Object) - Method in class info.dolezel.fatrat.plugins.TransferPlugin
-
Set a transfer-specific variable.
- setPostData(String) - Method in class info.dolezel.fatrat.plugins.extra.DownloadUrl
-
Sets the POST data if the transfer has to be initiated by a POST query.
- setReferrer(String) - Method in class info.dolezel.fatrat.plugins.extra.DownloadUrl
-
Sets the "HTTP Referer" if it is being checked by the server.
- setState(TransferPlugin.State) - Method in class info.dolezel.fatrat.plugins.TransferPlugin
-
Sets the transfer state
- Settings - Class in info.dolezel.fatrat.plugins.config
-
Access FatRat's settings file.
- setUrl(String) - Method in class info.dolezel.fatrat.plugins.extra.DownloadUrl
-
Sets the URL to download from.
- setUserAgent(String) - Method in class info.dolezel.fatrat.plugins.extra.DownloadUrl
-
Sets the user agent to use if FatRat's default will not work.
- setValue(String, String) - Static method in class info.dolezel.fatrat.plugins.config.Settings
-
Sets a global persistent config value.
- setValue(String, long) - Static method in class info.dolezel.fatrat.plugins.config.Settings
-
Sets a global persistent config value.
- setValue(String, boolean) - Static method in class info.dolezel.fatrat.plugins.config.Settings
-
Sets a global persistent config value.
- setValue(String, double) - Static method in class info.dolezel.fatrat.plugins.config.Settings
-
Sets a global persistent config value.
- singleDecimalDigit(double) - Static method in class info.dolezel.fatrat.plugins.util.FormatUtils
-
Returns the number as a string with a single decimal digit.
- solveCaptcha(String, CaptchaListener) - Method in class info.dolezel.fatrat.plugins.DownloadPlugin
-
Ask FatRat to solve a captcha image
- solveReCaptcha(String, ReCaptchaListener) - Method in class info.dolezel.fatrat.plugins.DownloadPlugin
-
- startDownload(DownloadUrl) - Method in class info.dolezel.fatrat.plugins.DownloadPlugin
-
Gives FatRat the URL to download the desired file.
- startDownload(String, String, String, String) - Method in class info.dolezel.fatrat.plugins.DownloadPlugin
-
Gives FatRat the URL to download the desired file.
- startDownload(String) - Method in class info.dolezel.fatrat.plugins.DownloadPlugin
-
Gives FatRat the URL to download the desired file.
- startDownload(String, String) - Method in class info.dolezel.fatrat.plugins.DownloadPlugin
-
- startDownload(String, String, String) - Method in class info.dolezel.fatrat.plugins.DownloadPlugin
-
- startUpload(String, UploadPlugin.MimePart[]) - Method in class info.dolezel.fatrat.plugins.UploadPlugin
-
Initiates the upload process.
- startUploadChunk(String, UploadPlugin.MimePart[], long, long) - Method in class info.dolezel.fatrat.plugins.UploadPlugin
-
Initiates a partial upload process.
- startWait(int, WaitListener) - Method in class info.dolezel.fatrat.plugins.DownloadPlugin
-
Start a timer.