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