Class EnvironmentDescriptor
- java.lang.Object
- 
- org.nuxeo.ecm.platform.commandline.executor.service.EnvironmentDescriptor
 
- 
 public class EnvironmentDescriptor extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description protected StringnameIfnameis null, then the environment is global.
 Else the environment can be associated with a command ("command name") or with a tool ("command line").protected StringworkingDirectory
 - 
Constructor SummaryConstructors Constructor Description EnvironmentDescriptor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Map<String,String>getParameters()StringgetWorkingDirectory()EnvironmentDescriptormerge(EnvironmentDescriptor other)
 
- 
- 
- 
Method Detail- 
getWorkingDirectorypublic String getWorkingDirectory() 
 - 
mergepublic EnvironmentDescriptor merge(EnvironmentDescriptor other) 
 - 
getNamepublic String getName() - Since:
- 7.4
 
 
- 
 
-