Class AbstractThirdPartyChecker
java.lang.Object
edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
edu.jiangxin.apktoolbox.file.password.recovery.checker.thirdparty.AbstractThirdPartyChecker
- All Implemented Interfaces:
IChecker
- Direct Known Subclasses:
ThirdParty7ZipChecker
,ThirdPartyRarChecker
,ThirdPartyWinRarChecker
-
Field Summary
Fields inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
conf, file, logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkPassword
(String password) abstract String
abstract String
abstract boolean
isFiltered
(String password) boolean
Methods inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
attachFile, getDescription, getFileDescription, getFileExtensions, toString
-
Field Details
-
DEBUG
protected static final boolean DEBUG- See Also:
-
toolPath
-
-
Constructor Details
-
AbstractThirdPartyChecker
public AbstractThirdPartyChecker()
-
-
Method Details
-
prepareChecker
public boolean prepareChecker()- Overrides:
prepareChecker
in classFileChecker
-
checkPassword
-
getToolPath
-
isFiltered
-
getCmd
-