org.apache.tools.ant.types.selectors
public class SignedSelector extends DataType implements FileSelector
Since: 1.7
Method Summary | |
---|---|
boolean | isSelected(File basedir, String filename, File file)
The heart of the matter. |
void | setName(String name)
The signature name to check jarfile for.
|
Parameters: basedir not used by this selector filename not used by this selector file path to file to be selected
Returns: whether the file should be selected or not
Parameters: name signature to look for.