Class AbstractSystemCommandExecuterImpl.PlatformDependentCommand
- java.lang.Object
-
- com.github.toolarium.system.command.impl.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 idjava.util.List<java.lang.String>
getCommandList()
Get the command listjava.lang.String
toString()
-
-
-
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 classjava.lang.Object
- See Also:
Object.toString()
-
-