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 Summary
Modifier and TypeMethodDescriptionGet the path to the domain file.intGet the version number. 
- 
Method Details
- 
getDomainFilePath
Get the path to the domain file. - 
getVersionNumber
public int getVersionNumber()Get the version number. 
 -