Interface ProgramChangeSet

All Superinterfaces:
AddressChangeSet, ChangeSet, DataTypeChangeSet, DomainObjectChangeSet, FunctionTagChangeSet, ProgramTreeChangeSet, RegisterChangeSet, SymbolChangeSet

Interface for a Program Change set. Objects that implements this interface track various change information on a program.
  • Method Details

    • getAddressSetCollectionSinceLastSave

      AddressSetCollection getAddressSetCollectionSinceLastSave()
      Gets an AddressSetCollection which contains the addressSets that track all the addresses where changes have occurred since the last save.
      Returns:
      AddressSetCollection containing all addresses that changed since the last save.
    • getAddressSetCollectionSinceCheckout

      AddressSetCollection getAddressSetCollectionSinceCheckout()
      Gets an AddressSetCollection which contains the addressSets that track all the addresses where changes have occurred since the file was checked out. If the file is not versioned, this AddressSetCollection will be empty.
      Returns:
      AddressSetCollection containing all addresses that changed since the program was checked out.