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
FieldsFields inherited from class edu.jiangxin.apktoolbox.file.password.recovery.checker.FileChecker
conf, file, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckPassword(String password) abstract Stringabstract Stringabstract booleanisFiltered(String password) booleanMethods 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:
prepareCheckerin classFileChecker
-
checkPassword
-
getToolPath
-
isFiltered
-
getCmd
-