Class EnvironmentDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.commandline.executor.service.EnvironmentDescriptor
-
public class EnvironmentDescriptor extends Object
-
-
Field Summary
Fields 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 Summary
Constructors Constructor Description EnvironmentDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Map<String,String>getParameters()StringgetWorkingDirectory()EnvironmentDescriptormerge(EnvironmentDescriptor other)
-
-
-
Method Detail
-
getWorkingDirectory
public String getWorkingDirectory()
-
merge
public EnvironmentDescriptor merge(EnvironmentDescriptor other)
-
getName
public String getName()
- Since:
- 7.4
-
-