Uses of Class
com.iizix.license.history.LicensingHistoryEntry
Packages that use LicensingHistoryEntry Package Description com.iizix.license.history Uses of LicensingHistoryEntry in com.iizix.license.history
Fields in com.iizix.license.history with type parameters of type LicensingHistoryEntry Modifier and Type Field Description protected java.util.ArrayList<LicensingHistoryEntry>
LicensingHistory. history
List of entries.Methods in com.iizix.license.history that return LicensingHistoryEntry Modifier and Type Method Description LicensingHistoryEntry[]
LicensingHistory. getEntries()
Gets all the entries.Methods in com.iizix.license.history with parameters of type LicensingHistoryEntry Modifier and Type Method Description void
LicensingHistory. addEntries(LicensingHistoryEntry[] entries, int startIndex)
Removes all history entries before the specified index.void
LicensingHistory. addEntry(LicensingHistoryEntry entry)
Adds a new history entry.