Package pers.neige.neigeitems.manager
Class ConfigStringListManager
-
- All Implemented Interfaces:
-
java.io.Serializable
,java.util.Map
,java.util.concurrent.ConcurrentMap
public class ConfigStringListManager<T> extends AbstractConfigManager<K, V, R>
-
-
Constructor Summary
Constructors Constructor Description ConfigStringListManager(JavaPlugin plugin, String elementName, String directory, BiFunction<String, List<String>, T> converter)
ConfigStringListManager(String pluginName, Logger logger, String elementName, String directory, BiFunction<String, List<String>, T> converter)
ConfigStringListManager(String pluginName, Logger logger, String elementName, String directory, BiFunction<String, List<String>, T> converter)
ConfigStringListManager(String pluginName, String elementName, String directory, BiFunction<String, List<String>, T> converter)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class pers.neige.neigeitems.manager.AbstractConfigManager
getFileConfigs, getRawConfigs, load, reload
-
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEachEntry, forEachKey, forEachValue, get, getOrDefault, hashCode, isEmpty, keySet, keys, mappingCount, merge, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
-
Methods inherited from class java.util.AbstractMap
keySet
-
Methods inherited from class java.util.Map
copyOf, entry, of, ofEntries
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ConfigStringListManager
ConfigStringListManager(JavaPlugin plugin, String elementName, String directory, BiFunction<String, List<String>, T> converter)
-
ConfigStringListManager
ConfigStringListManager(String pluginName, Logger logger, String elementName, String directory, BiFunction<String, List<String>, T> converter)
-
ConfigStringListManager
ConfigStringListManager(String pluginName, Logger logger, String elementName, String directory, BiFunction<String, List<String>, T> converter)
-
-
-
-