Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.commandline.executor.service
Class CommandLineDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.commandline.executor.service.CommandLineDescriptor
All Implemented Interfaces:
Serializable

public class CommandLineDescriptor
extends Object
implements Serializable

XMap descriptor for a CommandLine.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
CommandLineDescriptor()
           
 
Method Summary
 String getCommand()
           
 String getExecutor()
           
 String getInstallationDirective()
           
 String getInstallErrorMessage()
           
 String getName()
           
 String getParametersString()
           
 boolean getReadOutput()
           
 String getTester()
           
 boolean isAvalaible()
           
 boolean isEnabled()
           
 void setAvalaible(boolean avalaible)
           
 void setInstallErrorMessage(String installErrorMessage)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineDescriptor

public CommandLineDescriptor()
Method Detail

getInstallErrorMessage

public String getInstallErrorMessage()

setInstallErrorMessage

public void setInstallErrorMessage(String installErrorMessage)

getName

public String getName()

isEnabled

public boolean isEnabled()

getCommand

public String getCommand()

getInstallationDirective

public String getInstallationDirective()

getTester

public String getTester()

isAvalaible

public boolean isAvalaible()

setAvalaible

public void setAvalaible(boolean avalaible)

getReadOutput

public boolean getReadOutput()

getParametersString

public String getParametersString()

getExecutor

public String getExecutor()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.