Package ghidra.framework.project
Interface ProjectDataService
-
public interface ProjectDataService
Interface for providing the ProjectData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectData
getProjectData()
Returns the ProjectData for the currently open project.
-
-
-
Method Detail
-
getProjectData
ProjectData getProjectData()
Returns the ProjectData for the currently open project.
-
-