Package org.apache.sysds.utils
Class InstallDependencyForIntegrationTests
- java.lang.Object
- 
- org.apache.sysds.utils.InstallDependencyForIntegrationTests
 
- 
 public class InstallDependencyForIntegrationTests extends Object This class will be used to setup dependency on Eclipse environment as well as on Jenkins server
- 
- 
Constructor SummaryConstructors Constructor Description InstallDependencyForIntegrationTests()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static voidprintRScript(String dmlScriptFile)Prints out an R script.
 
- 
- 
- 
Method Detail- 
mainpublic static void main(String[] args) throws IOException, DMLRuntimeException, InterruptedException 
 - 
printRScriptpublic static void printRScript(String dmlScriptFile) Prints out an R script. - Parameters:
- dmlScriptFile- filename of R script
 
 
- 
 
-