Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.deployment.preprocessor.install
Interface CommandContext

All Superinterfaces:
java.util.Map<java.lang.String,java.lang.String>
All Known Implementing Classes:
CommandContextImpl

public interface CommandContext
extends java.util.Map<java.lang.String,java.lang.String>

Author:
Bogdan Stefanescu

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 java.lang.String expandVars(java.lang.String text)
           
 java.io.File getBaseDir()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

expandVars

java.lang.String expandVars(java.lang.String text)

getBaseDir

java.io.File getBaseDir()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.