Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 isAvailable()
           
 boolean isEnabled()
           
 void setAvailable(boolean available)
           
 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()

isAvailable

public boolean isAvailable()

setAvailable

public void setAvailable(boolean available)

getReadOutput

public boolean getReadOutput()

getParametersString

public String getParametersString()

getExecutor

public String getExecutor()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.