Class VersionInfo
java.lang.Object
org.springframework.cloud.dataflow.rest.resource.about.VersionInfo
Provides version information about core libraries used.
- Author:
- Gunnar Hillert, Glenn Renfro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCore()Retrieves the currentDependencyfor the core Data Flow instance.Retrieves the currentDependencyfor the Data Flow UI instance.Retrieves the currentDependencyfor the implementation.getShell()Retrieves the currentDependencyfor the shell instance.voidsetCore(Dependency core) Establish theDependencyfor the Data Flow core.voidsetDashboard(Dependency dashboard) Establish theDependencyfor the dashboard.voidsetImplementation(Dependency implementation) Establish theDependencyfor the implementation.voidsetShell(Dependency shell) Establish theDependencyfor the shell.
-
Constructor Details
-
VersionInfo
public VersionInfo()Default constructor for serialization frameworks.
-
-
Method Details
-
getImplementation
Retrieves the currentDependencyfor the implementation.- Returns:
Dependencyinstance containing Implementation information.
-
setImplementation
Establish theDependencyfor the implementation.- Parameters:
implementation- theDependencyinstance for the implementation.
-
getCore
Retrieves the currentDependencyfor the core Data Flow instance.- Returns:
Dependencyinstance containing core Data Flow information.
-
setCore
Establish theDependencyfor the Data Flow core.- Parameters:
core- theDependencyinstance for the Data Flow core.
-
getDashboard
Retrieves the currentDependencyfor the Data Flow UI instance.- Returns:
Dependencyinstance containing Data Flow UI information.
-
setDashboard
Establish theDependencyfor the dashboard.- Parameters:
dashboard- theDependencyinstance for the dashboard.
-
getShell
Retrieves the currentDependencyfor the shell instance.- Returns:
Dependencyinstance containing shell information.
-
setShell
Establish theDependencyfor the shell.- Parameters:
shell- theDependencyinstance for the shell.
-