public class CommandContextImpl extends HashMap<String,String> implements CommandContext
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CommandContextImpl(File baseDir) |
Modifier and Type | Method and Description |
---|---|
String |
expandVars(String text) |
File |
getBaseDir() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public CommandContextImpl(File baseDir)
public File getBaseDir()
getBaseDir
in interface CommandContext
public String expandVars(String text)
expandVars
in interface CommandContext
Copyright © 2018 Nuxeo. All rights reserved.