org.ops4j.pax.construct.util
Interface DirUtils.EntryFilter

Enclosing class:
DirUtils

public static interface DirUtils.EntryFilter

Simple API to allow selected unpacking of content from bundles


Method Summary
 boolean accept(java.lang.String entryName)
           
 

Method Detail

accept

boolean accept(java.lang.String entryName)
Parameters:
entryName - name of a file entry inside the bundle
Returns:
true if it should be unpacked, otherwise false


Copyright © 2007-2008 OPS4J. All Rights Reserved.