Class AbstractSystemCommandExecuterImpl.PlatformDependentCommand

  • Enclosing class:
    AbstractSystemCommandExecuterImpl

    public class AbstractSystemCommandExecuterImpl.PlatformDependentCommand
    extends java.lang.Object
    Platform dependent command
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCommandId()
      The command id
      java.util.List<java.lang.String> getCommandList()
      Get the command list
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCommandList

        public java.util.List<java.lang.String> getCommandList()
        Get the command list
        Returns:
        the command list
      • getCommandId

        public java.lang.String getCommandId()
        The command id
        Returns:
        the command id
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()