public static final class ResourceMatchingUtils.ArtifactMetadata extends Object
| Constructor and Description |
|---|
ArtifactMetadata(String hash,
String path,
String permissions,
int size)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHash()
Returns the SHA-1 hash 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
|
public String getHash()
public String getPath()
public String getPermissions()
public int getSize()
Copyright © 2020. All rights reserved.