| Package | Description |
|---|---|
| org.whitesource.agent.api.model |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumType |
ChecksumType.valueOf(java.lang.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 |
|---|---|
java.util.Map<ChecksumType,java.lang.String> |
DependencyInfo.getChecksums() |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyInfo.addChecksum(ChecksumType checksumType,
java.lang.String checksum) |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyInfo.setChecksums(java.util.Map<ChecksumType,java.lang.String> checksums) |
Copyright © 2011-2025 White Source. All Rights Reserved.