Class ThirdParty7ZipChecker
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.ThirdParty7ZipChecker
- All Implemented Interfaces:
IChecker
-
Field Summary
Fields inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.thirdparty.AbstractThirdPartyChecker
DEBUG, toolPath
Fields inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
conf, file, logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
Return all supported file extensions in LOWERCASE, for example: ["zip", "7z", "rar"]boolean
isFiltered
(String password) Methods inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.thirdparty.AbstractThirdPartyChecker
checkPassword, prepareChecker
Methods inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
attachFile, toString
-
Constructor Details
-
ThirdParty7ZipChecker
public ThirdParty7ZipChecker()
-
-
Method Details
-
getFileExtensions
Description copied from class:FileChecker
Return all supported file extensions in LOWERCASE, for example: ["zip", "7z", "rar"]- Specified by:
getFileExtensions
in classFileChecker
- Returns:
- All supported file extensions in LOWERCASE
-
getFileDescription
- Specified by:
getFileDescription
in classFileChecker
-
getDescription
- Specified by:
getDescription
in classFileChecker
-
getToolPath
- Specified by:
getToolPath
in classAbstractThirdPartyChecker
-
isFiltered
- Specified by:
isFiltered
in classAbstractThirdPartyChecker
-
getCmd
- Specified by:
getCmd
in classAbstractThirdPartyChecker
-