Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.