public class VersionInfo extends Object
| Constructor and Description |
|---|
VersionInfo()
Default constructor for serialization frameworks.
|
| Modifier and Type | Method and Description |
|---|---|
Dependency |
getServer()
Retrieves the current
Dependency for the Skipper Server instance. |
Dependency |
getShell()
Retrieves the current
Dependency for the shell instance. |
void |
setServer(Dependency server)
Establish the
Dependency for the Skipper server. |
void |
setShell(Dependency shell)
Establish the
Dependency for the shell. |
public VersionInfo()
public Dependency getServer()
Dependency for the Skipper Server instance.Dependency instance containing Skipper Server information.public void setServer(Dependency server)
Dependency for the Skipper server.server - the Dependency instance for the Skipper server.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.