Class Entry

  • All Implemented Interfaces:
    Iterable<Version>

    public class Entry
    extends Object
    implements Iterable<Version>
    Versions are stored in the same order they are registered (in historical package install order). That means when rollbacking an update the file system will be modified only if the last version was rollbacked. And the version that will become the current version will be the last version in the version list.
    Author:
    Bogdan Stefanescu