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, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public CommandContextImpl(File baseDir)
public File getBaseDir()
getBaseDir
in interface CommandContext
public String expandVars(String text)
expandVars
in interface CommandContext
Copyright © 2015 Nuxeo SA. All rights reserved.