Package tv.phantombot
Class CaselessCommandLineArguments
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
tv.phantombot.CaselessProperties
tv.phantombot.CaselessCommandLineArguments
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
- Author:
- gmt2001
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class tv.phantombot.CaselessProperties
CaselessProperties.Transaction
-
Field Summary
Fields inherited from class tv.phantombot.CaselessProperties
serialVersionUID
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tv.phantombot.CaselessProperties
entrySet, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsChar, getPropertyAsChar, getPropertyAsDouble, getPropertyAsDouble, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, keys, keySet, putIfAbsent, startTransaction, startTransaction, store
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, equals, forEach, get, getOrDefault, hashCode, isEmpty, list, list, load, load, loadFromXML, merge, propertyNames, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
CaselessCommandLineArguments
public CaselessCommandLineArguments()
-
-
Method Details
-
instance
-
put
-
store
public void store(boolean reload) Description copied from class:CaselessProperties
Saves the current property set- Overrides:
store
in classCaselessProperties
- Parameters:
reload
- iftrue
, the state is also reloaded andPropertiesReloadedEvent
is fired
-
load
-