T - public class HistorizedInput<T> extends Properties
defaults| Modifier and Type | Method and Description |
|---|---|
void |
addAndSave(String newEntry)
adds the new entry to the list of historized entries and saves the property-file.
|
boolean |
delete()
deletes history input from file system
|
Collection<T> |
getAsInstanceList()
getAsList
|
Collection<Object> |
getPropertyValues()
property values
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic Collection<Object> getPropertyValues()
public Collection<T> getAsInstanceList()
public void addAndSave(String newEntry)
newEntry - new entry to historizepublic boolean delete()
Copyright © 2012–2018. All rights reserved.