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 TypeMethodDescriptionvoidvoidrestoreXml(XmlPullParser parser, LSHVectorFactory vectorFactory) voidMethods 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:
buildResponseTemplatein classBSimQuery<ResponseInfo>
-
saveXml
- Specified by:
saveXmlin classBSimQuery<ResponseInfo>- Throws:
IOException
-
restoreXml
- Specified by:
restoreXmlin classBSimQuery<ResponseInfo>- Throws:
LSHException
-