Package ghidra.framework.project
Interface ProjectDataService
public interface ProjectDataService
Interface for providing the ProjectData
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ProjectData for the currently open project.
-
Method Details
-
getProjectData
ProjectData getProjectData()Returns the ProjectData for the currently open project.
-