Class InstallMetadataRequest
java.lang.Object
ghidra.features.bsim.query.protocol.BSimQuery<ResponseInfo>
ghidra.features.bsim.query.protocol.InstallMetadataRequest
Request that the high-level meta-data fields (name,owner,description) of a database be changed
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
restoreXml
(XmlPullParser parser, LSHVectorFactory vectorFactory) void
Methods inherited from class ghidra.features.bsim.query.protocol.BSimQuery
clearResponse, execute, getDescriptionManager, getLocalStagingCopy, getName, getResponse, restoreQuery
-
Field Details
-
dbname
-
owner
-
description
-
installresponse
-
-
Constructor Details
-
InstallMetadataRequest
public InstallMetadataRequest()
-
-
Method Details
-
buildResponseTemplate
public void buildResponseTemplate()- Overrides:
buildResponseTemplate
in classBSimQuery<ResponseInfo>
-
saveXml
- Specified by:
saveXml
in classBSimQuery<ResponseInfo>
- Throws:
IOException
-
restoreXml
- Specified by:
restoreXml
in classBSimQuery<ResponseInfo>
- Throws:
LSHException
-