public class EnvironmentDescriptor extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
name
If  
name 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 and Description | 
|---|
EnvironmentDescriptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()  | 
Map<String,String> | 
getParameters()  | 
String | 
getWorkingDirectory()  | 
EnvironmentDescriptor | 
merge(EnvironmentDescriptor other)  | 
protected String name
name is null, then the environment is global.protected String workingDirectory
public EnvironmentDescriptor()
public String getWorkingDirectory()
public EnvironmentDescriptor merge(EnvironmentDescriptor other)
public Map<String,String> getParameters()
Copyright © 2019 Nuxeo. All rights reserved.