public final class RManifest extends Object
| Constructor and Description |
|---|
RManifest() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillFromFile(File file)
Reads data from an R manifest file into this instance.
|
String |
getFunctionName()
Gets the task's function name.
|
List<String> |
getTaskDependencies()
Gets the task's package dependencies.
|
String |
getTaskDescription()
Gets the description of the task.
|
String |
getTaskName()
Gets the name of the task.
|
String |
getTaskPrettyName()
Gets the pretty name of the task.
|
List<String> |
getTaskSupportedFormats()
Gets the task's supported input formats.
|
public String getTaskName()
public String getTaskPrettyName()
public String getTaskDescription()
public List<String> getTaskSupportedFormats()
public List<String> getTaskDependencies()
public String getFunctionName()
public void fillFromFile(File file)
file - The R manifest file.Copyright © 2016. All rights reserved.