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, 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
-
ThirdParty7ZipChecker
public ThirdParty7ZipChecker()
-
-
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
-