Class VersionInfoProperties.DependencyAboutInfo
java.lang.Object
org.springframework.cloud.dataflow.server.config.VersionInfoProperties.DependencyAboutInfo
- Enclosing class:
- VersionInfoProperties
Information about the dependency.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getUrl()
void
setChecksumSha1
(String checksumSha1) Establish the checksumSha1 for the dependency.void
setChecksumSha1Url
(String checksumSha1Url) Establish the url where the checksumSha1 file exists..void
setChecksumSha256
(String checksumSha256) Establish the checksumSha256 for the dependency.void
setChecksumSha256Url
(String checksumSha256Url) Establish the url where the checksumSha256 file exists..void
Establish the display name for the dependency.void
Establish the url for the dependency.void
setVersion
(String version) Establish the version for the dependency.
-
Constructor Details
-
DependencyAboutInfo
public DependencyAboutInfo()
-
-
Method Details
-
getName
- Returns:
- the display name of the dependency.
-
setName
Establish the display name for the dependency.- Parameters:
name
- String containing the name to be displayed.
-
getVersion
- Returns:
- the version of the dependency.
-
setVersion
Establish the version for the dependency.- Parameters:
version
- String containing the version.
-
getUrl
- Returns:
- the url of the dependency.
-
setUrl
Establish the url for the dependency.- Parameters:
url
- String containing the url.
-
getChecksumSha1
- Returns:
- the sha1 encoding that should be returned for the dependency.
-
setChecksumSha1
Establish the checksumSha1 for the dependency.- Parameters:
checksumSha1
- String containing the checksum value.
-
getChecksumSha1Url
- Returns:
- the url to the file that contains the sha1 checksum.
-
setChecksumSha1Url
Establish the url where the checksumSha1 file exists..- Parameters:
checksumSha1Url
- String containing the url.
-
getChecksumSha256
- Returns:
- the sha256 encoding that should be returned for the dependency.
-
setChecksumSha256
Establish the checksumSha256 for the dependency.- Parameters:
checksumSha256
- String containing the checksum value.
-
getChecksumSha256Url
- Returns:
- the url to the file that contains the sha256 checksum.
-
setChecksumSha256Url
Establish the url where the checksumSha256 file exists..- Parameters:
checksumSha256Url
- String containing the url.
-