Errai 3.0.1-SNAPSHOT

org.jboss.errai.cdi.server.gwt.util
Interface CopyUtil.Filter

Enclosing class:
CopyUtil

public static interface CopyUtil.Filter

For excluding files and folders from being copied by CopyUtil.recursiveCopy(File, File, Filter).

Author:
Max Barkley

Method Summary
 boolean include(File orig)
           
 

Method Detail

include

boolean include(File orig)
Returns:
Return true iff the file should be copied.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.