Class ResponseDropDatabase
java.lang.Object
ghidra.features.bsim.query.protocol.QueryResponseRecord
ghidra.features.bsim.query.protocol.ResponseDropDatabase
Response of server indicating whether a password change request (
PasswordChange
) succeeded-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
Fields inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.QueryResponseRecord
getDescriptionManager, getLocalStagingCopy, getName, mergeResults, sort
-
Field Details
-
operationSupported
public boolean operationSupported -
dropSuccessful
public boolean dropSuccessful -
errorMessage
-
-
Constructor Details
-
ResponseDropDatabase
public ResponseDropDatabase()
-
-
Method Details
-
saveXml
- Specified by:
saveXml
in classQueryResponseRecord
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classQueryResponseRecord
- Throws:
LSHException
-