Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
Map<String,String>
All Known Implementing Classes:
CommandContextImpl

public interface CommandContext
extends Map<String,String>

Author:
Bogdan Stefanescu

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 String expandVars(String text)
           
 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

String expandVars(String text)

getBaseDir

File getBaseDir()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.