org.apache.maven.plugin.install
Class Utils

java.lang.Object
  extended by org.apache.maven.plugin.install.Utils

public class Utils
extends Object

A utility class to assist testing.

Version:
$Id: Utils.html 846653 2013-01-14 19:34:23Z rfscholte $
Author:
Benjamin Bentmann

Constructor Summary
Utils()
           
 
Method Summary
static void verifyChecksum(File checksumFile)
          Verifies a checksum file in the local repo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

verifyChecksum

public static void verifyChecksum(File checksumFile)
                           throws Exception
Verifies a checksum file in the local repo.

Parameters:
checksumFile - The checksum file to verify, must not be null.
Throws:
Exception - If the verification failed.


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.