Package ghidra.framework.main.datatree
Class VersionInfo
java.lang.Object
ghidra.framework.main.datatree.VersionInfo
- All Implemented Interfaces:
- Serializable
Version info that is inside of the VersionInfoTransferable;
 must be serializable.
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionGet the path to the domain file.intGet the version number.
- 
Method Details- 
getDomainFilePathGet the path to the domain file.
- 
getVersionNumberpublic int getVersionNumber()Get the version number.
 
-