public class Command
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
commandLine
The Shell script to be executed
|
java.util.List<FetchedData> |
dataList
Formatted data in a list
|
java.lang.String |
rawData
The raw (non-formatted) result of the command's execution
|
Constructor and Description |
---|
Command() |
Command(java.lang.String commandLine)
Creates a new command with a given command line
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasDataList()
Be careful, DataList can be modified unlike the raw data!
|
public java.lang.String commandLine
public java.lang.String rawData
public java.util.List<FetchedData> dataList
Copyright © 2021. All Rights Reserved.