public class ChrootUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MD5_SUFFIX |
| Constructor and Description |
|---|
ChrootUtil() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.FilePath |
getDigestFile(hudson.FilePath file) |
static boolean |
isFileIntact(hudson.FilePath file) |
static String |
loadDigest(hudson.FilePath file) |
static hudson.FilePath |
saveDigest(hudson.FilePath file) |
static List<String> |
splitFiles(String files) |
static List<String> |
splitPackages(String packages) |
public static final String MD5_SUFFIX
public static hudson.FilePath saveDigest(hudson.FilePath file)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic static String loadDigest(hudson.FilePath file) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static hudson.FilePath getDigestFile(hudson.FilePath file)
public static boolean isFileIntact(hudson.FilePath file)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004-2015. All Rights Reserved.