org.apache.tools.ant.types.resources.selectors

Interface ResourceSelector

public interface ResourceSelector

Interface for a Resource selector.

Since: Ant 1.7

Method Summary
booleanisSelected(Resource r)
Return true if this Resource is selected.

Method Detail

isSelected

public boolean isSelected(Resource r)
Return true if this Resource is selected.

Parameters: r the Resource to check.

Returns: whether the Resource was selected.