JBoss Modules 1.0.2.GA

org.jboss.modules.filter
Interface PathFilter


public interface PathFilter

Filter used to determine whether a path should be included or excluded from imports and exports.

Author:
John Bailey

Method Summary
 boolean accept(String path)
          Determine whether a path should be accepted.
 

Method Detail

accept

boolean accept(String path)
Determine whether a path should be accepted. The given name is a path separated by "/" characters.

Parameters:
path - the path to check
Returns:
true if the path should be accepted, false if not

JBoss Modules 1.0.2.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.