public class VersionInfo extends Object
| Constructor and Description |
|---|
VersionInfo()
Default constructor for serialization frameworks.
|
| Modifier and Type | Method and Description |
|---|---|
Dependency |
getCore()
Retrieves the current
Dependency for the core Data Flow instance. |
Dependency |
getDashboard()
Retrieves the current
Dependency for the Data Flow UI instance. |
Dependency |
getImplementation()
Retrieves the current
Dependency for the implementation. |
Dependency |
getShell()
Retrieves the current
Dependency for the shell instance. |
void |
setCore(Dependency core)
Establish the
Dependency for the Data Flow core. |
void |
setDashboard(Dependency dashboard)
Establish the
Dependency for the dashboard. |
void |
setImplementation(Dependency implementation)
Establish the
Dependency for the implementation. |
void |
setShell(Dependency shell)
Establish the
Dependency for the shell. |
public VersionInfo()
public Dependency getImplementation()
Dependency for the implementation.Dependency instance containing Implementation information.public void setImplementation(Dependency implementation)
Dependency for the implementation.implementation - the Dependency instance for the implementation.public Dependency getCore()
Dependency for the core Data Flow instance.Dependency instance containing core Data Flow information.public void setCore(Dependency core)
Dependency for the Data Flow core.core - the Dependency instance for the Data Flow core.public Dependency getDashboard()
Dependency for the Data Flow UI instance.Dependency instance containing Data Flow UI information.public void setDashboard(Dependency dashboard)
Dependency for the dashboard.dashboard - the Dependency instance for the dashboard.public Dependency getShell()
Dependency for the shell instance.Dependency instance containing shell information.public void setShell(Dependency shell)
Dependency for the shell.shell - the Dependency instance for the shell.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.