Class AbstractSystemCommandExecuterImpl.PlatformDependentCommand
- java.lang.Object
-
- com.github.toolarium.system.command.impl.AbstractSystemCommandExecuterImpl.PlatformDependentCommand
-
- Enclosing class:
- AbstractSystemCommandExecuterImpl
public class AbstractSystemCommandExecuterImpl.PlatformDependentCommand extends java.lang.ObjectPlatform dependent command
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCommandId()The command idjava.util.List<java.lang.String>getCommandList()Get the command listjava.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
-