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 String
name
Ifname
is null, then the environment is global.
Else the environment can be associated with a command ("command name") or with a tool ("command line").protected String
workingDirectory
-
Constructor Summary
Constructors Constructor Description EnvironmentDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Map<String,String>
getParameters()
String
getWorkingDirectory()
EnvironmentDescriptor
merge(EnvironmentDescriptor other)
-
-
-
Method Detail
-
getWorkingDirectory
public String getWorkingDirectory()
-
merge
public EnvironmentDescriptor merge(EnvironmentDescriptor other)
-
getName
public String getName()
- Since:
- 7.4
-
-