Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.jboss.deployment.preprocessor.install
Class CommandContextImpl

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by org.nuxeo.runtime.jboss.deployment.preprocessor.install.CommandContextImpl
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>, CommandContext

public class CommandContextImpl
extends HashMap<String,String>
implements CommandContext

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
protected  File baseDir
           
 
Constructor Summary
CommandContextImpl(File baseDir)
           
 
Method Summary
 String expandVars(String text)
           
 File getBaseDir()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

baseDir

protected final File baseDir
Constructor Detail

CommandContextImpl

public CommandContextImpl(File baseDir)
Method Detail

getBaseDir

public File getBaseDir()
Specified by:
getBaseDir in interface CommandContext

expandVars

public String expandVars(String text)
Specified by:
expandVars in interface CommandContext

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.