|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiMap | |
|---|---|
| org.lsst.ccs.shell | |
| org.lsst.ccs.shell.util | |
| Uses of MultiMap in org.lsst.ccs.shell |
|---|
| Methods in org.lsst.ccs.shell with parameters of type MultiMap | |
|---|---|
static Shell |
ShellFactory.createConsoleShell(String prompt,
String appName,
Object mainHandler,
MultiMap<String,Object> auxHandlers)
Facade method for operating the Shell allowing specification of auxiliary handlers (i.e. |
static Shell |
ShellFactory.createSubshell(String pathElement,
Shell parent,
String appName,
Object mainHandler,
MultiMap<String,Object> auxHandlers)
Facade method facilitating the creation of subshell. |
Shell.Settings |
Shell.Settings.createWithAddedAuxHandlers(MultiMap<String,Object> addAuxHandlers)
|
| Constructors in org.lsst.ccs.shell with parameters of type MultiMap | |
|---|---|
Shell.Settings(Input input,
Output output,
MultiMap auxHandlers,
boolean displayTime)
|
|
| Uses of MultiMap in org.lsst.ccs.shell.util |
|---|
| Classes in org.lsst.ccs.shell.util that implement MultiMap | |
|---|---|
class |
ArrayHashMultiMap<K,V>
|
class |
EmptyMultiMap<K,V>
|
| Methods in org.lsst.ccs.shell.util with parameters of type MultiMap | |
|---|---|
void |
ArrayHashMultiMap.putAll(MultiMap<K,V> map)
|
void |
EmptyMultiMap.putAll(MultiMap<K,V> map)
|
void |
MultiMap.putAll(MultiMap<K,V> map)
|
| Constructors in org.lsst.ccs.shell.util with parameters of type MultiMap | |
|---|---|
ArrayHashMultiMap(MultiMap<K,V> map)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||