Package ghidra.service.graph
Interface AttributedGraphExporter
- All Superinterfaces:
ExtensionPoint
Interface for exporting AttributedGraphs
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportGraph
(AttributedGraph graph, File file) Exports the given graph to the given writerReturns a description of the exporterReturns the suggested file extension to use for this exportergetName()
Returns the name of this exporter
-
Method Details
-
exportGraph
Exports the given graph to the given writer- Parameters:
graph
- theAttributedGraph
to exportfile
- the file to export to- Throws:
IOException
- if there is an error exporting the graph
-
getFileExtension
String getFileExtension()Returns the suggested file extension to use for this exporter- Returns:
- the suggested file extension to use for this exporter
-
getName
String getName()Returns the name of this exporter- Returns:
- the name of this exporter
-
getDesciption
String getDesciption()Returns a description of the exporter- Returns:
- a description of the exporter
-