Class EnvironmentDescriptor

java.lang.Object
org.nuxeo.ecm.platform.commandline.executor.service.EnvironmentDescriptor

public class EnvironmentDescriptor extends Object
  • Field Details

    • name

      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").
      Since:
      7.4
    • workingDirectory

      protected String workingDirectory
  • Constructor Details

    • EnvironmentDescriptor

      public EnvironmentDescriptor()
  • Method Details