Interface Configuration
-
- All Known Implementing Classes:
ConfigurationImpl
public interface Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGhostAlgoDirectory()StringgetHost()StringgetRepository()StringgetSVNAlgorithmsList()StringgetSVNCRANDepsList()StringgetSVNJavaDepsList()StringgetSVNKW4_1DepsList()StringgetSVNKWDepsList()StringgetSVNLinuxCompiledDepsList()StringgetSVNOctaveDepsList()StringgetSVNPreInstalledDepsList()StringgetSVNPython3_6DepsList()StringgetSVNPythonDepsList()StringgetSVNRBDepsList()SVNRepositorygetSVNRepository()StringgetSVNWCDepsList()
-
-
-
Method Detail
-
getHost
String getHost()
-
getSVNAlgorithmsList
String getSVNAlgorithmsList()
-
getRepository
String getRepository()
-
getSVNLinuxCompiledDepsList
String getSVNLinuxCompiledDepsList()
-
getSVNPreInstalledDepsList
String getSVNPreInstalledDepsList()
-
getSVNRBDepsList
String getSVNRBDepsList()
-
getSVNCRANDepsList
String getSVNCRANDepsList()
-
getSVNJavaDepsList
String getSVNJavaDepsList()
-
getSVNKWDepsList
String getSVNKWDepsList()
-
getSVNKW4_1DepsList
String getSVNKW4_1DepsList()
-
getSVNOctaveDepsList
String getSVNOctaveDepsList()
-
getSVNPythonDepsList
String getSVNPythonDepsList()
-
getSVNPython3_6DepsList
String getSVNPython3_6DepsList()
-
getSVNWCDepsList
String getSVNWCDepsList()
-
getSVNRepository
SVNRepository getSVNRepository()
-
getGhostAlgoDirectory
String getGhostAlgoDirectory()
-
-