org.apache.maven.plugins.repository.testutil
Class Assertions

java.lang.Object
  extended by org.apache.maven.plugins.repository.testutil.Assertions

public final class Assertions
extends Object


Field Summary
static Set<String> EMPTY_ENTRY_NAMES
           
 
Constructor Summary
Assertions()
           
 
Method Summary
static void assertZipContents(Iterable<String> requiredNames, Iterable<String> bannedNames, File bundleSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_ENTRY_NAMES

public static final Set<String> EMPTY_ENTRY_NAMES
Constructor Detail

Assertions

public Assertions()
Method Detail

assertZipContents

public static void assertZipContents(Iterable<String> requiredNames,
                                     Iterable<String> bannedNames,
                                     File bundleSource)
                              throws IOException
Throws:
IOException


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.