public static final class ResourceMatchingUtilsV3.ArtifactMetadata extends Object
| Constructor and Description |
|---|
ArtifactMetadata(Checksum checksum,
String path,
String permissions,
int size)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Checksum |
getChecksum()
Returns the Checksum Object of the artifact
|
String |
getPath()
Returns the path of the artifact
|
String |
getPermissions()
Returns the permissions of the artifact
|
int |
getSize()
Returns the size of the artifact in bytes
|
public ArtifactMetadata(Checksum checksum, String path, String permissions, int size)
checksum - the Checksum Object of the artifactpath - the relative path of the artifactpermissions - the UNIX permissions of the artifactsize - the size of the artifact in bytespublic Checksum getChecksum()
public String getPath()
public String getPermissions()
public int getSize()
Copyright © 2024. All rights reserved.