Nuxeo Enterprise Platform 5.4

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

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

public class CommandContextImpl
extends java.util.HashMap<java.lang.String,java.lang.String>
implements CommandContext

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
CommandContextImpl(java.io.File baseDir)
           
 
Method Summary
 java.lang.String expandVars(java.lang.String text)
           
 java.io.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
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
 

Constructor Detail

CommandContextImpl

public CommandContextImpl(java.io.File baseDir)
Method Detail

getBaseDir

public java.io.File getBaseDir()
Specified by:
getBaseDir in interface CommandContext

expandVars

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.