Package io.permazen.cli.cmd
Class Bundle
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<String,org.dellroad.jct.core.simple.SimpleCommand>
org.dellroad.jct.core.simple.TreeMapBundle
io.permazen.cli.cmd.Bundle
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
,org.dellroad.jct.core.simple.SimpleCommand> NavigableMap<String,
,org.dellroad.jct.core.simple.SimpleCommand> SortedMap<String,
,org.dellroad.jct.core.simple.SimpleCommand> org.dellroad.jct.core.simple.CommandBundle
public class Bundle
extends org.dellroad.jct.core.simple.TreeMapBundle
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class org.dellroad.jct.core.simple.TreeMapBundle
getDescription
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
-
Constructor Details
-
Bundle
public Bundle()
-
-
Method Details
-
addPermazenCommand
-