Class ConfigurationImpl
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.clients.configuration.ConfigurationImpl
-
- All Implemented Interfaces:
Configuration
public class ConfigurationImpl extends Object implements Configuration
-
-
Constructor Summary
Constructors Constructor Description ConfigurationImpl(org.gcube.dataanalysis.dataminer.poolmanager.clients.configuration.ConfigurationImpl.CONFIGURATIONS type, ClientConfigurationCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGhostAlgoDirectory()StringgetHost()StringgetRepository()StringgetSVNAlgorithmsList()StringgetSVNCRANDepsList()StringgetSVNJavaDepsList()StringgetSVNKW4_1DepsList()StringgetSVNKWDepsList()StringgetSVNLinuxCompiledDepsList()StringgetSVNOctaveDepsList()StringgetSVNPreInstalledDepsList()StringgetSVNPython3_6DepsList()StringgetSVNPythonDepsList()StringgetSVNRBDepsList()SVNRepositorygetSVNRepository()StringgetSVNWCDepsList()
-
-
-
Constructor Detail
-
ConfigurationImpl
public ConfigurationImpl(org.gcube.dataanalysis.dataminer.poolmanager.clients.configuration.ConfigurationImpl.CONFIGURATIONS type, ClientConfigurationCache cache)
-
-
Method Detail
-
getHost
public String getHost()
- Specified by:
getHostin interfaceConfiguration
-
getSVNAlgorithmsList
public String getSVNAlgorithmsList()
- Specified by:
getSVNAlgorithmsListin interfaceConfiguration
-
getRepository
public String getRepository()
- Specified by:
getRepositoryin interfaceConfiguration
-
getSVNLinuxCompiledDepsList
public String getSVNLinuxCompiledDepsList()
- Specified by:
getSVNLinuxCompiledDepsListin interfaceConfiguration
-
getSVNPreInstalledDepsList
public String getSVNPreInstalledDepsList()
- Specified by:
getSVNPreInstalledDepsListin interfaceConfiguration
-
getSVNRBDepsList
public String getSVNRBDepsList()
- Specified by:
getSVNRBDepsListin interfaceConfiguration
-
getSVNCRANDepsList
public String getSVNCRANDepsList()
- Specified by:
getSVNCRANDepsListin interfaceConfiguration
-
getSVNJavaDepsList
public String getSVNJavaDepsList()
- Specified by:
getSVNJavaDepsListin interfaceConfiguration
-
getSVNKWDepsList
public String getSVNKWDepsList()
- Specified by:
getSVNKWDepsListin interfaceConfiguration
-
getSVNKW4_1DepsList
public String getSVNKW4_1DepsList()
- Specified by:
getSVNKW4_1DepsListin interfaceConfiguration
-
getSVNOctaveDepsList
public String getSVNOctaveDepsList()
- Specified by:
getSVNOctaveDepsListin interfaceConfiguration
-
getSVNPythonDepsList
public String getSVNPythonDepsList()
- Specified by:
getSVNPythonDepsListin interfaceConfiguration
-
getSVNPython3_6DepsList
public String getSVNPython3_6DepsList()
- Specified by:
getSVNPython3_6DepsListin interfaceConfiguration
-
getSVNWCDepsList
public String getSVNWCDepsList()
- Specified by:
getSVNWCDepsListin interfaceConfiguration
-
getSVNRepository
public SVNRepository getSVNRepository()
- Specified by:
getSVNRepositoryin interfaceConfiguration
-
getGhostAlgoDirectory
public String getGhostAlgoDirectory()
- Specified by:
getGhostAlgoDirectoryin interfaceConfiguration
-
-