| Package | Description |
|---|---|
| org.whitesource.agent.api.model |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumType |
ChecksumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumType[] |
ChecksumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ChecksumType,String> |
DependencyInfo.getChecksums() |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyInfo.addChecksum(ChecksumType checksumType,
String checksum) |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyInfo.setChecksums(Map<ChecksumType,String> checksums) |
Copyright © 2011-2024 White Source. All Rights Reserved.