Class ThirdPartyRarChecker
java.lang.Object
edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
edu.jiangxin.apktoolbox.file.password.recovery.checker.thirdparty.AbstractThirdPartyChecker
edu.jiangxin.apktoolbox.file.password.recovery.checker.thirdparty.ThirdPartyRarChecker
- All Implemented Interfaces:
IChecker
The RAR command line supports a larger number of functions when compared to WinRAR, but does not support ZIP and other formats.
https://www.win-rar.com/cmd-shell-mode.html
-
Field Summary
Fields inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.thirdparty.AbstractThirdPartyChecker
DEBUG, toolPathFields inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
conf, file, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Return all supported file extensions in LOWERCASE, for example: ["zip", "7z", "rar"]booleanisFiltered(String password) Methods inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.thirdparty.AbstractThirdPartyChecker
checkPassword, prepareCheckerMethods inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
attachFile, toString
-
Constructor Details
-
ThirdPartyRarChecker
public ThirdPartyRarChecker()
-
-
Method Details
-
getFileExtensions
Description copied from class:FileCheckerReturn all supported file extensions in LOWERCASE, for example: ["zip", "7z", "rar"]- Specified by:
getFileExtensionsin classFileChecker- Returns:
- All supported file extensions in LOWERCASE
-
getFileDescription
- Specified by:
getFileDescriptionin classFileChecker
-
getDescription
- Specified by:
getDescriptionin classFileChecker
-
getToolPath
- Specified by:
getToolPathin classAbstractThirdPartyChecker
-
isFiltered
- Specified by:
isFilteredin classAbstractThirdPartyChecker
-
getCmd
- Specified by:
getCmdin classAbstractThirdPartyChecker
-